Home | History | Annotate | Download | only in compiler

Lines Matching refs:yylloc

67     yylloc->first_file = yylloc->last_file = yycolumn; \
68 yylloc->first_line = yylloc->last_line = yylineno;
401 <*>. { context->warning(*yylloc, "Unknown char", yytext, ""); return 0; }
440 yyextra->error(*yylloc, "Illegal use of reserved word", yytext, "");
490 yylloc, "Unsigned integers are unsupported prior to GLSL ES 3.00", yytext, "");
496 yyextra->warning(*yylloc, "Integer overflow", yytext, "");
507 context->error(*yylloc, "Floating-point suffix unsupported prior to GLSL ES 3.00", yytext);
513 yyextra->warning(*yylloc, "Float overflow", yytext, "");
522 yyextra->warning(*yylloc, "Integer overflow", yytext, "");
530 yyextra->warning(*yylloc, "Float overflow", yytext, "");