Lines Matching defs:yylloc
1444 yylloc->first_column = yycolumn + 1; \
1445 yylloc->first_line = yylloc->last_line = yylineno + 1; \
1447 yylloc->last_column = yycolumn + 1; \
1450 #define YY_USER_INIT yylineno = 0; yycolumn = 0; yylloc->source = 0; \
1451 yylloc->path = NULL;
1485 _mesa_glsl_error(yylloc, yyextra, \
1506 _mesa_glsl_error(yylloc, yyextra, \
1530 _mesa_glsl_error(yylloc, yyextra, \
1544 _mesa_glsl_error(yylloc, yyextra, \
1611 literal_integer(yytext, yyleng, yyextra, yylval, yylloc, base)
1679 # define yylloc yyg->yylloc_r
1875 yylloc = yylloc_param;
1991 _mesa_glsl_error(yylloc, state,
2025 yylloc->source = strtol(ptr, NULL, 0);
2026 yylloc->path = NULL;
2038 _mesa_glsl_error(yylloc, state,
2073 yylloc->path = (char *) linear_alloc_child(mem_ctx, path_len);
2074 memcpy(yylloc->path, ptr, path_len);
2075 yylloc->path[path_len - 1] = '\0';
3084 _mesa_glsl_warning(yylloc, state,
3541 _mesa_glsl_error(yylloc, state,
4519 /* Accessor methods for yylval and yylloc */
4536 return yylloc;
4542 yylloc = yylloc_param;