Lines Matching defs:yylloc
869 yylloc->source = parser->new_source_number; \
870 yylloc->first_column = yycolumn + 1; \
871 yylloc->first_line = yylloc->last_line = yylineno; \
873 yylloc->last_column = yycolumn + 1; \
882 yylloc->source = 0; \
1065 # define yylloc yyg->yylloc_r
1266 yylloc = yylloc_param;
1717 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext);
1728 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext);
1829 glcpp_error(yylloc, yyextra, "Token pasting (##) is illegal in GLES");
1905 glcpp_error(yylloc, yyextra, "Unterminated comment");
1921 glcpp_error(yylloc, yyextra, "Internal compiler error: Unexpected character: %s", yytext);
2968 /* Accessor methods for yylval and yylloc */
2985 return yylloc;
2991 yylloc = yylloc_param;