| /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/ |
| glcpp-lex.c | 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 macro 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) [all...] |
| glcpp-parse.c | 233 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser); 1122 yyerror (&yylloc, parser, YY_("syntax error: cannot back up")); \ 1358 YYLTYPE *yylloc; member in struct:__anon2931 1673 YYLTYPE yylloc = yyloc_default; local 1734 yylloc.first_line = 1; 1735 yylloc.first_column = 1; 1736 yylloc.last_line = 1; 1737 yylloc.last_column = 1; 1738 yylloc.source = 0; 1743 yylsp[0] = yylloc; [all...] |
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| glsl_lexer.cpp | 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, 1679 # define yylloc macro [all...] |
| glsl_parser.cpp | 1812 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \ 2048 YYLTYPE *yylloc; member in struct:__anon2941 2363 YYLTYPE yylloc = yyloc_default; 2424 yylloc.first_line = 1; 2425 yylloc.first_column = 1; 2426 yylloc.last_line = 1; 2427 yylloc.last_column = 1; 2428 yylloc.source = 0; 2429 yylloc.path = NULL; 2434 yylsp[0] = yylloc; [all...] |
| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| lex.yy.c | 1242 yylloc->first_column = yylloc->last_column; \ 1243 yylloc->last_column += yyleng; \ 1244 if ((yylloc->first_line == 1) \ 1245 && (yylloc->first_column == 1)) { \ 1246 yylloc->position = 1; \ 1248 yylloc->position += yylloc->last_column - yylloc->first_column; \ 1327 # define yylloc yyg->yylloc_ macro [all...] |
| program_parse.tab.c | 1388 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \ 1624 YYLTYPE *yylloc; member in struct:__anon2955 1939 YYLTYPE yylloc = yyloc_default; local 1996 yylsp[0] = yylloc; 2112 yychar = yylex (&yylval, &yylloc, state); 2129 yyerror_range[1] = yylloc; 2135 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); 2158 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); 2163 *++yylsp = yylloc; 4664 = {yyssp, yytoken, &yylloc}; [all...] |
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/ |
| glcpp-lex.c | 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 macro 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) [all...] |
| glcpp-parse.c | 221 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser); 987 yyerror (&yylloc, parser, YY_("syntax error: cannot back up")); \ 1482 YYLTYPE yylloc = yyloc_default; local 1556 yylloc.first_line = 1; 1557 yylloc.first_column = 1; 1558 yylloc.last_line = 1; 1559 yylloc.last_column = 1; 1560 yylloc.source = 0; 1564 yylsp[0] = yylloc; 1669 yychar = yylex (&yylval, &yylloc, parser) [all...] |
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| glsl_lexer.cpp | 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 macro [all...] |
| /xsrc/external/mit/MesaLib.old/src/mesa/program/ |
| program_parse.tab.c | 1206 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \ 1701 YYLTYPE yylloc = yyloc_default; local 1771 yylsp[0] = yylloc; 1876 yychar = yylex (&yylval, &yylloc, state); 1887 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); 1910 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); 1919 *++yylsp = yylloc; 4395 yyerror (&yylloc, state, YY_("syntax error")); 4422 yyerror (&yylloc, state, yymsgp); 4430 yyerror_range[1] = yylloc; [all...] |