Lines Matching refs:yylloc
79 yylloc->first_file = yylloc->last_file = yycolumn; \
80 yylloc->first_line = yylloc->last_line = yylineno;
455 yyextra->error(*yylloc, "Illegal character at fieldname start", yytext);
498 yyextra->error(*yylloc, "Illegal use of reserved word", yytext); in reserved_word()
821 context->error(*yylloc, "Unsigned integers are unsupported prior to GLSL ES 3.00", yytext); in uint_constant()
826 yyextra->error(*yylloc, "Integer overflow", yytext); in uint_constant()
837 context->error(*yylloc, "Floating-point suffix unsupported prior to GLSL ES 3.00", yytext); in floatsuffix_check()
844 yyextra->warning(*yylloc, "Float overflow", yytext); in floatsuffix_check()
860 yyextra->error(*yylloc, "Integer overflow", yytext); in int_constant()
862 yyextra->warning(*yylloc, "Integer overflow", yytext); in int_constant()
872 yyextra->warning(*yylloc, "Float overflow", yytext); in float_constant()