Searched refs:BOOLCONSTANT (Results 1 – 10 of 10) sorted by relevance
86 BOOLCONSTANT = 302, enumerator180 #define BOOLCONSTANT 302 macro
101 "true" { yylval->lex.b = true; return(BOOLCONSTANT); }102 "false" { yylval->lex.b = false; return(BOOLCONSTANT); }
1216 { yylval->lex.b = true; return(BOOLCONSTANT); }1220 { yylval->lex.b = false; return(BOOLCONSTANT); }
103 %token <lex> IDENTIFIER TYPE_NAME FLOATCONSTANT INTCONSTANT BOOLCONSTANT209 | BOOLCONSTANT {
113 BOOLCONSTANT = 302, enumerator207 #define BOOLCONSTANT 302 macro
118 BOOLCONSTANT = 335, enumerator
319 return BOOLCONSTANT;323 return BOOLCONSTANT;
98 %token <n> INTCONSTANT UINTCONSTANT BOOLCONSTANT312 | BOOLCONSTANT
2095 return BOOLCONSTANT;2103 return BOOLCONSTANT;
220 BOOLCONSTANT = 335, enumerator