Lines Matching refs:yylloc
48 yylloc->source = parser->new_source_number; \
49 yylloc->first_column = yycolumn + 1; \
50 yylloc->first_line = yylloc->last_line = yylineno; \
52 yylloc->last_column = yycolumn + 1; \
61 yylloc->source = 0; \
463 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext);
471 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext);
530 glcpp_error(yylloc, yyextra, "Token pasting (##) is illegal in GLES");
579 glcpp_error(yylloc, yyextra, "Unterminated comment");
593 glcpp_error(yylloc, yyextra, "Internal compiler error: Unexpected character: %s", yytext);