Lines Matching defs:yylloc
1424 yylloc->first_column = yycolumn + 1; \
1425 yylloc->first_line = yylloc->last_line = yylineno + 1; \
1427 yylloc->last_column = yycolumn + 1; \
1430 #define YY_USER_INIT yylineno = 0; yycolumn = 0; yylloc->source = 0;
1464 _mesa_glsl_error(yylloc, yyextra, \
1485 _mesa_glsl_error(yylloc, yyextra, \
1507 _mesa_glsl_error(yylloc, yyextra, \
1521 _mesa_glsl_error(yylloc, yyextra, \
1588 literal_integer(yytext, yyleng, yyextra, yylval, yylloc, base)
1656 # define yylloc yyg->yylloc_r
1852 yylloc = yylloc_param;
1990 yylloc->source = strtol(ptr, NULL, 0);
2994 _mesa_glsl_warning(yylloc, state,
3451 _mesa_glsl_error(yylloc, state,
4429 /* Accessor methods for yylval and yylloc */
4446 return yylloc;
4452 yylloc = yylloc_param;