Lines Matching refs:yylloc
1167 yylloc->first_file = yylloc->last_file = yycolumn; \
1168 yylloc->first_line = yylloc->last_line = yylineno;
1262 # define yylloc yyg->yylloc_r macro
1547 yylloc = yylloc_param;
2347 { context->warning(*yylloc, "Unknown char", yytext, ""); return 0; }
3405 return yylloc; in yyget_lloc()
3413 yylloc = yylloc_param; in yyset_lloc()
3672 yyextra->error(*yylloc, "Illegal use of reserved word", yytext, ""); in reserved_word()
3722 … context->error(*yylloc, "Unsigned integers are unsupported prior to GLSL ES 3.00", yytext, ""); in uint_constant()
3728 yyextra->warning(*yylloc, "Integer overflow", yytext, ""); in uint_constant()
3739 context->error(*yylloc, "Floating-point suffix unsupported prior to GLSL ES 3.00", yytext); in floatsuffix_check()
3747 yyextra->warning(*yylloc, "Float overflow", yytext, ""); in floatsuffix_check()
3756 yyextra->warning(*yylloc, "Integer overflow", yytext, ""); in int_constant()
3764 yyextra->warning(*yylloc, "Float overflow", yytext, ""); in float_constant()