Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dkeyword.h137 {"switch", SWITCH_TK},
H A Dkeyword.gperf76 switch, SWITCH_TK
H A Dparse-scan.y182 %token SWITCH_TK CONST_TK TRY_TK
774 SWITCH_TK OP_TK expression CP_TK switch_block
H A Dparse-scan.c119 SWITCH_TK = 324, enumerator
230 #define SWITCH_TK 324 macro
H A Dparse.y497 %token SWITCH_TK CONST_TK TRY_TK
1606 SWITCH_TK OP_TK expression CP_TK
1611 | SWITCH_TK error
1613 | SWITCH_TK OP_TK error
1615 | SWITCH_TK OP_TK expression CP_TK error
H A Dparse.c128 SWITCH_TK = 324, enumerator
239 #define SWITCH_TK 324 macro