Lines Matching refs:yyextra
161 #define yyextra yyg->yyextra_r macro
1361 TParseContext* context = yyextra;
2998 return yyextra; in yyget_extra()
3071 yyextra = user_defined ; in yyset_extra()
3365 TSymbol* symbol = yyextra->symbolTable.find(yytext, yyextra->getShaderVersion()); in check_type()
3366 if (yyextra->lexAfterType == false && symbol && symbol->isVariable()) { in check_type()
3369 yyextra->lexAfterType = true; in check_type()
3380 yyextra->error(*yylloc, "Illegal use of reserved word", yytext, ""); in reserved_word()
3381 yyextra->recover(); in reserved_word()
3437 yyextra->warning(*yylloc, "Integer overflow", yytext, ""); in uint_constant()
3454 yyextra->warning(*yylloc, "Float overflow", yytext, ""); in floatsuffix_check()
3463 yyextra->warning(*yylloc, "Integer overflow", yytext, ""); in int_constant()
3471 yyextra->warning(*yylloc, "Float overflow", yytext, ""); in float_constant()