Searched refs:BOOLCONSTANT (Results 1 – 7 of 7) sorted by relevance
133 BOOLCONSTANT = 336, enumerator
138 "true" { yylval->lex.b = true; return(BOOLCONSTANT); }139 "false" { yylval->lex.b = false; return(BOOLCONSTANT); }
174 %token <lex> IDENTIFIER TYPE_NAME FLOATCONSTANT INTCONSTANT UINTCONSTANT BOOLCONSTANT266 | BOOLCONSTANT {
1537 { yylval->lex.b = true; return(BOOLCONSTANT); }1541 { yylval->lex.b = false; return(BOOLCONSTANT); }
220 BOOLCONSTANT = 336, enumerator
503 return BOOLCONSTANT;507 return BOOLCONSTANT;
175 %token <n> INTCONSTANT UINTCONSTANT BOOLCONSTANT468 | BOOLCONSTANT