Lines Matching refs:yylloc
900 yylloc->source = parser->new_source_number; \
901 yylloc->first_column = yycolumn + 1; \
902 yylloc->first_line = yylloc->last_line = yylineno; \
904 yylloc->last_column = yycolumn + 1; \
913 yylloc->source = 0; \
1096 # define yylloc yyg->yylloc_r
1297 yylloc = yylloc_param;
1756 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext);
1767 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext);
1868 glcpp_error(yylloc, yyextra, "Token pasting (##) is illegal in GLES");
1951 glcpp_error(yylloc, yyextra, "Unterminated comment");
1967 glcpp_error(yylloc, yyextra, "Internal compiler error: Unexpected character: %s", yytext);
3014 /* Accessor methods for yylval and yylloc */
3031 return yylloc;
3037 yylloc = yylloc_param;