Lines Matching refs:yyextra
239 #define yyextra yyg->yyextra_r macro
1582 TParseContext* context = yyextra;
3210 return yyextra; in yyget_extra()
3300 yyextra = user_defined ; in yyset_extra()
3657 TSymbol* symbol = yyextra->symbolTable.find(yytext, yyextra->getShaderVersion()); in check_type()
3658 if (yyextra->lexAfterType == false && symbol && symbol->isVariable()) { in check_type()
3661 yyextra->lexAfterType = true; in check_type()
3672 yyextra->error(*yylloc, "Illegal use of reserved word", yytext, ""); in reserved_word()
3673 yyextra->recover(); in reserved_word()
3728 yyextra->warning(*yylloc, "Integer overflow", yytext, ""); in uint_constant()
3745 yyextra->warning(*yylloc, "Float overflow", yytext, ""); in floatsuffix_check()
3754 yyextra->warning(*yylloc, "Integer overflow", yytext, ""); in int_constant()
3762 yyextra->warning(*yylloc, "Float overflow", yytext, ""); in float_constant()