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
e88e3c0b
Commit
e88e3c0b
authored
Aug 04, 1999
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regen
From-SVN: r28513
parent
5d83f44b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
85 additions
and
85 deletions
+85
-85
gcc/cp/parse.c
+0
-0
gcc/cp/parse.h
+85
-85
No files found.
gcc/cp/parse.c
View file @
e88e3c0b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
gcc/cp/parse.h
View file @
e88e3c0b
typedef
union
{
long
itype
;
tree
ttype
;
char
*
strtype
;
enum
tree_code
code
;
flagged_type_tree
ftype
;
}
YYSTYPE
;
#define IDENTIFIER 25
7
#define TYPENAME 25
8
#define SELFNAME 2
59
#define PFUNCNAME 26
0
#define SCSPEC 26
1
#define TYPESPEC 26
2
#define CV_QUALIFIER 26
3
#define CONSTANT 26
4
#define STRING 26
5
#define ELLIPSIS 26
6
#define SIZEOF 26
7
#define ENUM 26
8
#define IF 2
69
#define ELSE 27
0
#define WHILE 27
1
#define DO 27
2
#define FOR 27
3
#define SWITCH 27
4
#define CASE 27
5
#define DEFAULT 27
6
#define BREAK 27
7
#define CONTINUE 27
8
#define RETURN_KEYWORD 2
79
#define GOTO 28
0
#define ASM_KEYWORD 28
1
#define TYPEOF 28
2
#define ALIGNOF 28
3
#define SIGOF 28
4
#define ATTRIBUTE 28
5
#define EXTENSION 28
6
#define LABEL 28
7
#define REALPART 28
8
#define IMAGPART 2
89
#define VA_ARG 29
0
#define AGGR 29
1
#define VISSPEC 29
2
#define DELETE 29
3
#define NEW 29
4
#define THIS 29
5
#define OPERATOR 29
6
#define CXX_TRUE 29
7
#define CXX_FALSE 29
8
#define NAMESPACE
299
#define TYPENAME_KEYWORD 30
0
#define USING 30
1
#define LEFT_RIGHT 30
2
#define TEMPLATE 30
3
#define TYPEID 30
4
#define DYNAMIC_CAST 30
5
#define STATIC_CAST 30
6
#define REINTERPRET_CAST 30
7
#define CONST_CAST 30
8
#define SCOPE 3
09
#define EMPTY 31
0
#define PTYPENAME 31
1
#define NSNAME 31
2
#define THROW 31
3
#define ASSIGN 31
4
#define OROR 31
5
#define ANDAND 31
6
#define MIN_MAX 31
7
#define EQCOMPARE 31
8
#define ARITHCOMPARE 3
19
#define LSHIFT 32
0
#define RSHIFT 32
1
#define POINTSAT_STAR 32
2
#define DOT_STAR 32
3
#define UNARY 32
4
#define PLUSPLUS 32
5
#define MINUSMINUS 32
6
#define HYPERUNARY 32
7
#define POINTSAT 32
8
#define TRY 3
29
#define CATCH 33
0
#define PRE_PARSED_FUNCTION_DECL 33
1
#define EXTERN_LANG_STRING 33
2
#define ALL 33
3
#define PRE_PARSED_CLASS_DECL 33
4
#define DEFARG 33
5
#define DEFARG_MARKER 33
6
#define TYPENAME_DEFN 33
7
#define IDENTIFIER_DEFN 33
8
#define PTYPENAME_DEFN 3
39
#define END_OF_LINE 34
0
#define END_OF_SAVED_INPUT 34
1
#define IDENTIFIER 25
8
#define TYPENAME 25
9
#define SELFNAME 2
60
#define PFUNCNAME 26
1
#define SCSPEC 26
2
#define TYPESPEC 26
3
#define CV_QUALIFIER 26
4
#define CONSTANT 26
5
#define STRING 26
6
#define ELLIPSIS 26
7
#define SIZEOF 26
8
#define ENUM 26
9
#define IF 2
70
#define ELSE 27
1
#define WHILE 27
2
#define DO 27
3
#define FOR 27
4
#define SWITCH 27
5
#define CASE 27
6
#define DEFAULT 27
7
#define BREAK 27
8
#define CONTINUE 27
9
#define RETURN_KEYWORD 2
80
#define GOTO 28
1
#define ASM_KEYWORD 28
2
#define TYPEOF 28
3
#define ALIGNOF 28
4
#define SIGOF 28
5
#define ATTRIBUTE 28
6
#define EXTENSION 28
7
#define LABEL 28
8
#define REALPART 28
9
#define IMAGPART 2
90
#define VA_ARG 29
1
#define AGGR 29
2
#define VISSPEC 29
3
#define DELETE 29
4
#define NEW 29
5
#define THIS 29
6
#define OPERATOR 29
7
#define CXX_TRUE 29
8
#define CXX_FALSE 29
9
#define NAMESPACE
300
#define TYPENAME_KEYWORD 30
1
#define USING 30
2
#define LEFT_RIGHT 30
3
#define TEMPLATE 30
4
#define TYPEID 30
5
#define DYNAMIC_CAST 30
6
#define STATIC_CAST 30
7
#define REINTERPRET_CAST 30
8
#define CONST_CAST 30
9
#define SCOPE 3
10
#define EMPTY 31
1
#define PTYPENAME 31
2
#define NSNAME 31
3
#define THROW 31
4
#define ASSIGN 31
5
#define OROR 31
6
#define ANDAND 31
7
#define MIN_MAX 31
8
#define EQCOMPARE 31
9
#define ARITHCOMPARE 3
20
#define LSHIFT 32
1
#define RSHIFT 32
2
#define POINTSAT_STAR 32
3
#define DOT_STAR 32
4
#define UNARY 32
5
#define PLUSPLUS 32
6
#define MINUSMINUS 32
7
#define HYPERUNARY 32
8
#define POINTSAT 32
9
#define TRY 3
30
#define CATCH 33
1
#define PRE_PARSED_FUNCTION_DECL 33
2
#define EXTERN_LANG_STRING 33
3
#define ALL 33
4
#define PRE_PARSED_CLASS_DECL 33
5
#define DEFARG 33
6
#define DEFARG_MARKER 33
7
#define TYPENAME_DEFN 33
8
#define IDENTIFIER_DEFN 33
9
#define PTYPENAME_DEFN 3
40
#define END_OF_LINE 34
1
#define END_OF_SAVED_INPUT 34
2
extern
YYSTYPE
yylval
;
...
...
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