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
0da26e64
Commit
0da26e64
authored
Jan 15, 2002
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
document FILE_STMT
From-SVN: r48888
parent
5e505bc9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
gcc/doc/c-tree.texi
+7
-0
No files found.
gcc/doc/c-tree.texi
View file @
0da26e64
...
...
@@ -1292,6 +1292,8 @@ This predicate holds if the function an overloaded
@findex
FOR_COND
@findex
FOR_EXPR
@findex
FOR_BODY
@tindex
FILE_STMT
@findex
FILE_STMT_FILENAME
@tindex
GOTO_STMT
@findex
GOTO_DESTINATION
@findex
GOTO_FAKE_P
...
...
@@ -1515,6 +1517,11 @@ address is never taken. (All such objects are interchangeable.) The
Used
to
represent
an
expression
statement
.
Use
@code{
EXPR_STMT_EXPR
}
to
obtain
the
expression
.
@item
FILE_STMT
Used
to
record
a
change
in
filename
within
the
body
of
a
function
.
Use
@code{
FILE_STMT_FILENAME
}
to
obtain
the
new
filename
.
@item
FOR_STMT
Used
to
represent
a
@code{
for
}
statement
.
The
@code{
FOR_INIT_STMT
}
is
...
...
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