Searched refs:BOOLCONSTANT (Results 1 – 7 of 7) sorted by relevance
133 BOOLCONSTANT = 336, enumerator
148 "true" { yylval->lex.b = true; return(BOOLCONSTANT); }149 "false" { yylval->lex.b = false; return(BOOLCONSTANT); }
174 %token <lex> IDENTIFIER TYPE_NAME FLOATCONSTANT INTCONSTANT UINTCONSTANT BOOLCONSTANT266 | BOOLCONSTANT {
1569 { yylval->lex.b = true; return(BOOLCONSTANT); }1573 { yylval->lex.b = false; return(BOOLCONSTANT); }
220 BOOLCONSTANT = 336, enumerator
380 return BOOLCONSTANT;384 return BOOLCONSTANT;
114 %token <n> INTCONSTANT UINTCONSTANT BOOLCONSTANT398 | BOOLCONSTANT