| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | i965_lex.l | 17 yylloc.first_line = yylloc.last_line = yylineno; \ 18 yylloc.first_column = yycolumn; \ 19 yylloc.last_column = yycolumn + yyleng - 1; \
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 48 yylloc->source = parser->new_source_number; \ 49 yylloc->first_column = yycolumn + 1; \ 50 yylloc->first_line = yylloc->last_line = yylineno; \ 52 yylloc->last_column = yycolumn + 1; \ 61 yylloc->source = 0; \ 469 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext); 477 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext); 536 glcpp_error(yylloc, yyextra, "Token pasting (##) is illegal in GLES"); 589 glcpp_error(yylloc, yyextr [all...] |
| H A D | glcpp-parse.y | 158 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser); 806 $$->location = yylloc; 810 $$->location = yylloc; 814 $$->location = yylloc; 818 $$->location = yylloc; 822 $$->location = yylloc; 826 $$->location = yylloc; 830 $$->location = yylloc; 2303 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser) 2309 ret = glcpp_lex(yylval, yylloc, parse [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 48 yylloc->source = parser->new_source_number; \ 49 yylloc->first_column = yycolumn + 1; \ 50 yylloc->first_line = yylloc->last_line = yylineno; \ 52 yylloc->last_column = yycolumn + 1; \ 61 yylloc->source = 0; \ 463 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext); 471 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext); 530 glcpp_error(yylloc, yyextra, "Token pasting (##) is illegal in GLES"); 579 glcpp_error(yylloc, yyextr [all...] |
| H A D | glcpp-parse.y | 147 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser); 703 $$->location = yylloc; 707 $$->location = yylloc; 711 $$->location = yylloc; 715 $$->location = yylloc; 719 $$->location = yylloc; 723 $$->location = yylloc; 2181 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser) 2187 ret = glcpp_lex(yylval, yylloc, parser->scanner);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | program_lexer.l | 137 yylloc->first_column = yylloc->last_column; \ 138 yylloc->last_column += yyleng; \ 139 if ((yylloc->first_line == 1) \ 140 && (yylloc->first_column == 1)) { \ 141 yylloc->position = 1; \ 143 yylloc->position += yylloc->last_column - yylloc->first_column; \ 466 yylloc [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | program_lexer.l | 137 yylloc->first_column = yylloc->last_column; \ 138 yylloc->last_column += yyleng; \ 139 if ((yylloc->first_line == 1) \ 140 && (yylloc->first_column == 1)) { \ 141 yylloc->position = 1; \ 143 yylloc->position += yylloc->last_column - yylloc->first_column; \ 466 yylloc [all...] |
| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| H A D | 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 yy macro [all...] |
| H A D | program_parse.tab.c | 1388 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \ 1624 YYLTYPE *yylloc; member in struct:__anonb09a091d0308 1939 YYLTYPE yylloc = yyloc_default; local in function:yyparse 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/src/compiler/glsl/ |
| H A D | 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, yyextr 1679 # define yylloc macro [all...] |
| H A D | glsl_parser.cpp | 1812 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \ 2048 YYLTYPE *yylloc; member in struct:__anonb57f41b30208 2363 YYLTYPE yylloc = yyloc_default; local in function:yyparse 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.old/src/compiler/glsl/glcpp/ |
| H A D | 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, yyextr [all...] |
| H A D | 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 in function:yyparse 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, parse 4411 glcpp_parser_lex(YYSTYPE * yylval,YYLTYPE * yylloc,glcpp_parser_t * parser) argument [all...] |
| /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/ |
| H A D | 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, yyextr [all...] |
| H A D | 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:__anon4f95e5b80308 1673 YYLTYPE yylloc = yyloc_default; local in function:yyparse 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; 4727 glcpp_parser_lex(YYSTYPE * yylval,YYLTYPE * yylloc,glcpp_parser_t * parser) argument [all...] |
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| H A D | 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, bas 1656 # define yylloc macro [all...] |
| H A D | glsl_parser.cpp | 1667 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \ 2162 YYLTYPE yylloc = yyloc_default; local in function:yyparse 2236 yylloc.first_line = 1; 2237 yylloc.first_column = 1; 2238 yylloc.last_line = 1; 2239 yylloc.last_column = 1; 2240 yylloc.source = 0; 2244 yylsp[0] = yylloc; 2349 yychar = yylex (&yylval, &yylloc, state); 2360 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); [all...] |
| /xsrc/external/mit/MesaLib.old/src/mesa/program/ |
| H A D | program_parse.tab.c | 1206 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \ 1701 YYLTYPE yylloc = yyloc_default; local in function:yyparse 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...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | glsl_parser_extras.h | 1012 extern int _mesa_glsl_lexer_lex(union YYSTYPE *yylval, YYLTYPE *yylloc,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | glsl_parser_extras.h | 975 extern int _mesa_glsl_lexer_lex(union YYSTYPE *yylval, YYLTYPE *yylloc,
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | cfgparse.c | 1172 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); 1195 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winprefsyacc.c | 1331 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); 1354 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | xkbparse.c | 1664 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); 1687 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.c | 1874 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); 1897 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | gram.tab.c | 1874 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); 1897 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
|