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
07dd196a
Commit
07dd196a
authored
May 01, 2001
by
Nathan Sidwell
Committed by
Nathan Sidwell
May 01, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-tree.texi (USING_STMT): Document.
From-SVN: r41726
parent
9da99f7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+4
-0
gcc/c-tree.texi
+7
-0
No files found.
gcc/ChangeLog
View file @
07dd196a
2001
-
05
-
01
Nathan
Sidwell
<
nathan
@codesourcery
.
com
>
*
c
-
tree
.
texi
(
USING_STMT
)
:
Document
.
2001
-
05
-
01
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
bitmap
.
c
:
Change
NULL_PTR
to
NULL
or
"(rtx*)0"
.
...
...
gcc/c-tree.texi
View file @
07dd196a
...
...
@@ -1373,6 +1373,7 @@ This predicate holds if the function an overloaded
@findex
TRY_HANDLERS
@findex
HANDLER_PARMS
@findex
HANDLER_BODY
@findex
USING_STMT
@tindex
WHILE_STMT
@findex
WHILE_BODY
@findex
WHILE_COND
...
...
@@ -1688,6 +1689,12 @@ the try block. It must rethrow the exception after executing that code.
And
,
if
an
exception
is
thrown
while
the
expression
is
executing
,
@code{
terminate
}
must
be
called
.
@item
USING_STMT
Used
to
represent
a
@code{
using
}
directive
.
The
namespace
is
given
by
@code{
USING_STMT_NAMESPACE
}
,
which
will
be
a
NAMESPACE_DECL
.
This
node
is
needed
inside
template
functions
,
to
implement
using
directives
during
instantiation
.
@item
WHILE_STMT
Used
to
represent
a
@code{
while
}
loop
.
The
@code{
WHILE_COND
}
is
the
...
...
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