Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse-scan.y181 %token SUPER_TK WHILE_TK CLASS_TK
368 modifiers CLASS_TK identifier super interfaces
374 | CLASS_TK identifier super interfaces
937 name DOT_TK CLASS_TK
939 | array_type DOT_TK CLASS_TK
941 | primitive_type DOT_TK CLASS_TK
943 | VOID_TK DOT_TK CLASS_TK
H A Dkeyword.h122 {"class", CLASS_TK},
H A Dkeyword.gperf73 class, CLASS_TK
H A Dparse-scan.c118 CLASS_TK = 323, enumerator
229 #define CLASS_TK 323 macro
H A Dparse.y496 %token SUPER_TK WHILE_TK CLASS_TK
837 modifiers CLASS_TK identifier super interfaces
841 | CLASS_TK identifier super interfaces
845 | modifiers CLASS_TK error
847 | CLASS_TK error
849 | CLASS_TK identifier error
854 | modifiers CLASS_TK identifier error
1991 name DOT_TK CLASS_TK
1993 | array_type DOT_TK CLASS_TK
1995 | primitive_type DOT_TK CLASS_TK
[all …]
H A Dparse.c127 CLASS_TK = 323, enumerator
238 #define CLASS_TK 323 macro