Lines Matching refs:yylloc
42 yylloc->first_column = yycolumn + 1; \
43 yylloc->first_line = yylloc->last_line = yylineno + 1; \
45 yylloc->last_column = yycolumn + 1; \
48 #define YY_USER_INIT yylineno = 0; yycolumn = 0; yylloc->source = 0; \
49 yylloc->path = NULL;
83 _mesa_glsl_error(yylloc, yyextra, \
104 _mesa_glsl_error(yylloc, yyextra, \
126 _mesa_glsl_error(yylloc, yyextra, \
140 _mesa_glsl_error(yylloc, yyextra, \
207 literal_integer(yytext, yyleng, yyextra, yylval, yylloc, base)
242 _mesa_glsl_error(yylloc, state,
269 yylloc->source = strtol(ptr, NULL, 0);
270 yylloc->path = NULL;
275 _mesa_glsl_error(yylloc, state,
310 yylloc->path = (char *) linear_alloc_child(mem_ctx, path_len);
311 memcpy(yylloc->path, ptr, path_len);
312 yylloc->path[path_len - 1] = '\0';
618 _mesa_glsl_warning(yylloc, state,
743 _mesa_glsl_error(yylloc, state,