/external/bison/data/ |
glr.c | 64 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])])dnl 70 # Optional effective arguments passed to yyerror: user args plus yylloc, and 79 # Same as above, but on the lookahead, hence &yylloc instead of yylocp. 81 [b4_pure_if([b4_locations_if([&yylloc, ])])dnl 94 # Same as above, but on the lookahead, hence &yylloc instead of yylocp. 96 [b4_pure_if([b4_locations_if([, &yylloc])])[]b4_user_args]) 204 #define yylloc ]b4_prefix[lloc]])])[ macro 484 #undef yylloc macro 485 #define yylloc (yystackp->yyloc) macro 490 #define b4_prefix[]lloc yylloc])], [all...] |
yacc.c | 95 # Arguments passed to yyerror: user args plus yylloc. 97 [b4_yyerror_arg_loc_if([&yylloc, ])dnl 107 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])m4_ifdef([b4_lex_param], [, ])])dnl 213 YYLTYPE yylloc]b4_pure_if([ = yyloc_default], [b4_yyloc_default])[; 368 #define yylloc ]b4_prefix[lloc]])])[ macro 793 # define YYLEX yylex (]b4_pure_if([&yylval[]b4_locations_if([, &yylloc]), ])[YYLEX_PARAM) [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
glslang_lex.cpp | 856 # define yylloc macro [all...] |
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
Tokenizer.cpp | 557 yylloc->file = yyfileno; \ 558 yylloc->line = yylineno; \ 614 # define yylloc yyg->yylloc_r macro 797 yylloc = yylloc_param; 1140 yylloc->file = yyfileno; 1141 yylloc->line = yylineno; [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-lex.c | 613 yylloc->source = parser->new_source_number; \ 614 yylloc->first_column = yycolumn + 1; \ 615 yylloc->first_line = yylineno; \ 625 yylloc->source = 0; \ 689 # define yylloc yyg->yylloc_r macro 903 yylloc = yylloc_param; [all...] |
glsl_lexer.cc | 1198 # define yylloc macro [all...] |
lex.yy.c | 1237 # define yylloc macro [all...] |
glcpp-parse.c | 72 #define yylloc glcpp_parser_lloc macro 214 glcpp_parser_lex (YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser); 1620 YYLTYPE yylloc; local [all...] |
glsl_parser.cc | 72 #define yylloc _mesa_glsl_lloc macro [all...] |
/external/bison/src/ |
parse-gram.c | 72 #define yylloc gram_lloc macro 123 FIXME: depends on the undocumented availability of YYLLOC. */ 126 gram_error (&yylloc, Msg) 1911 YYLTYPE yylloc local [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
program_parse.tab.c | 72 #define yylloc _mesa_program_lloc macro 2018 YYLTYPE yylloc; local [all...] |