Searched defs:yylloc (Results 1 - 2 of 2) sorted by relevance
/external/bison/data/ |
H A D | glr.c | 55 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])])dnl 61 # Optional effective arguments passed to yyerror: user args plus yylloc, and 70 # Same as above, but on the look-ahead, hence &yylloc instead of yylocp. 72 [b4_pure_if([b4_locations_if([&yylloc, ])])dnl 85 # Same as above, but on the look-ahead, hence &yylloc instead of yylocp. 87 [b4_pure_if([b4_locations_if([, &yylloc])])[]b4_user_args]) 162 #define yylloc b4_prefix[]lloc]) macro 541 #undef yylloc macro 542 #define yylloc (yystackp->yyloc) 547 #define b4_prefix[]lloc yylloc])], 540 #undef yylloc macro [all...] |
/external/bison/src/ |
H A D | parse-gram.c | 69 #define yylloc gram_lloc macro 234 gram_error (&yylloc, Msg) 915 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) 917 # define YYLEX yylex (&yylval, &yylloc) 1489 YYLTYPE yylloc; 1560 yylloc.first_line = yylloc.last_line = 1; 1561 yylloc.first_column = yylloc.last_column = 0; 1570 yylloc 1486 YYLTYPE yylloc; local [all...] |
Completed in 12 milliseconds