Searched refs:SC_TK (Results 1 – 6 of 6) sorted by relevance
197 %token OP_TK CP_TK OCB_TK CCB_TK OSB_TK CSB_TK SC_TK C_TK DOT_TK321 PACKAGE_TK name SC_TK331 IMPORT_TK name SC_TK335 IMPORT_TK name DOT_TK MULT_TK SC_TK423 type variable_declarators SC_TK425 | modifiers type variable_declarators SC_TK542 | SC_TK565 | constructor_declarator throws constructor_body SC_TK567 | modifiers constructor_declarator throws constructor_body SC_TK589 this_or_super OP_TK CP_TK SC_TK[all …]
512 %token OP_TK CP_TK OCB_TK CCB_TK OSB_TK CSB_TK SC_TK C_TK DOT_TK726 PACKAGE_TK name SC_TK743 IMPORT_TK name SC_TK776 IMPORT_TK name DOT_TK MULT_TK SC_TK944 type variable_declarators SC_TK946 | modifiers type variable_declarators SC_TK1150 | SC_TK { $$ = NULL_TREE; }1229 this_or_super OP_TK CP_TK SC_TK1235 | this_or_super OP_TK argument_list CP_TK SC_TK1243 | name DOT_TK SUPER_TK OP_TK argument_list CP_TK SC_TK[all …]
151 SC_TK = 356, enumerator262 #define SC_TK 356 macro
1355 return SC_TK;
160 SC_TK = 356, enumerator271 #define SC_TK 356 macro
3227 (type_declaration:): `empty_statement' replaces `SC_TK.'5216 * parse.y (type_declaration:): Removed `SC_TK' hack, added5220 (static_initializer:): Removed `SC_TK' hack.