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
9b800101
Commit
9b800101
authored
Aug 05, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes in comments.
From-SVN: r1769
parent
9e5386db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
gcc/tree.h
+5
-2
No files found.
gcc/tree.h
View file @
9b800101
...
@@ -692,8 +692,11 @@ struct tree_type
...
@@ -692,8 +692,11 @@ struct tree_type
Often this is the same as DECL_NAME.
Often this is the same as DECL_NAME.
It is an IDENTIFIER_NODE. */
It is an IDENTIFIER_NODE. */
#define DECL_ASSEMBLER_NAME(NODE) ((NODE)->decl.assembler_name)
#define DECL_ASSEMBLER_NAME(NODE) ((NODE)->decl.assembler_name)
/* The containing binding context; either a BINDING
/* For FIELD_DECLs, this is the
or a RECORD_TYPE or UNION_TYPE. */
RECORD_TYPE or UNION_TYPE node that the field is a member of. For
VAR_DECL, PARM_DECL, FUNCTION_DECL, LABEL_DECL, and CONST_DECL nodes,
this points to the FUNCTION_DECL for the containing function, or else
yields NULL_TREE if the given decl has "file scope". */
#define DECL_CONTEXT(NODE) ((NODE)->decl.context)
#define DECL_CONTEXT(NODE) ((NODE)->decl.context)
#define DECL_FIELD_CONTEXT(NODE) ((NODE)->decl.context)
#define DECL_FIELD_CONTEXT(NODE) ((NODE)->decl.context)
/* In a FIELD_DECL, this is the field position, counting in bits,
/* In a FIELD_DECL, this is the field position, counting in bits,
...
...
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