Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
d4939415
Commit
d4939415
authored
Apr 20, 2016
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r235262
parent
0f8b3e5d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/ada/exp_unst.ads
+3
-3
No files found.
gcc/ada/exp_unst.ads
View file @
d4939415
...
...
@@ -681,13 +681,13 @@ package Exp_Unst is
function
Get_Level
(
Subp
:
Entity_Id
;
Sub
:
Entity_Id
)
return
Nat
;
--
Sub
is
either
Subp
itself
,
or
a
subprogram
nested
within
Subp
.
This
--
function
returns
the
level
of
nesting
(
Subp
=
1
,
subprograms
that
--
are
immediately
nested
within
Subp
=
2
,
etc
).
--
are
immediately
nested
within
Subp
=
2
,
etc
.
).
function
Subp_Index
(
Sub
:
Entity_Id
)
return
SI_Type
;
--
Given
the
entity
for
a
subprogram
,
return
corresponding
Subps
index
--
Given
the
entity
for
a
subprogram
,
return
corresponding
Subp
'
s index
procedure Unnest_Subprogram (Subp : Entity_Id; Subp_Body : Node_Id);
--
Subp
is
a
library
level
subprogram
which
has
nested
subprograms
,
and
-- Subp is a library
-
level subprogram which has nested subprograms, and
-- Subp_Body is the corresponding N_Subprogram_Body node. This procedure
-- declares the AREC types and objects, adds assignments to the AREC record
-- as required, defines the xxxPTR types for uplevel referenced objects,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment