Home
last modified time | relevance | path

Searched refs:SC_TK (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse-scan.y197 %token OP_TK CP_TK OCB_TK CCB_TK OSB_TK CSB_TK SC_TK C_TK DOT_TK
321 PACKAGE_TK name SC_TK
331 IMPORT_TK name SC_TK
335 IMPORT_TK name DOT_TK MULT_TK SC_TK
423 type variable_declarators SC_TK
425 | modifiers type variable_declarators SC_TK
542 | SC_TK
565 | constructor_declarator throws constructor_body SC_TK
567 | modifiers constructor_declarator throws constructor_body SC_TK
589 this_or_super OP_TK CP_TK SC_TK
[all …]
H A Dparse.y512 %token OP_TK CP_TK OCB_TK CCB_TK OSB_TK CSB_TK SC_TK C_TK DOT_TK
726 PACKAGE_TK name SC_TK
743 IMPORT_TK name SC_TK
776 IMPORT_TK name DOT_TK MULT_TK SC_TK
944 type variable_declarators SC_TK
946 | modifiers type variable_declarators SC_TK
1150 | SC_TK { $$ = NULL_TREE; }
1229 this_or_super OP_TK CP_TK SC_TK
1235 | this_or_super OP_TK argument_list CP_TK SC_TK
1243 | name DOT_TK SUPER_TK OP_TK argument_list CP_TK SC_TK
[all …]
H A Dparse-scan.c151 SC_TK = 356, enumerator
262 #define SC_TK 356 macro
H A Dlex.c1355 return SC_TK;
H A Dparse.c160 SC_TK = 356, enumerator
271 #define SC_TK 356 macro
H A DChangeLog3227 (type_declaration:): `empty_statement' replaces `SC_TK.'
5216 * parse.y (type_declaration:): Removed `SC_TK' hack, added
5220 (static_initializer:): Removed `SC_TK' hack.