Searched defs:yylloc (Results 1 - 3 of 3) sorted by relevance

/external/bison/data/
H A Dglr.c64 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...]
H A Dyacc.c95 # 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)
1428 YYLTYPE yylloc = yyloc_default;]])])[
1445 yypush_parse (yyps_local]b4_pure_if([[, yychar, &yylval]b4_locations_if([[, &yylloc]])])m4_ifset([b4_parse_param], [, b4_c_args(b4_parse_param)])[);
1526 YYLTYPE yypushed_loc = yylloc;]])
1577 [b4_push_if([b4_pure_if([*])yypushed_loc], [yylloc])])dn
[all...]
/external/bison/src/
H A Dparse-gram.c72 #define yylloc gram_lloc macro
126 gram_error (&yylloc, Msg)
1023 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
1025 # define YYLEX yylex (&yylval, &yylloc)
1911 YYLTYPE yylloc local
2003 boundary_set (&yylloc.start, current_file, 1, 1);
2004 boundary_set (&yylloc.end, current_file, 1, 1);
2008 yylsp[0] = yylloc;
2125 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2152 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
[all...]

Completed in 118 milliseconds