Lines Matching refs:yylloc
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
485 #define yylloc (yystackp->yyloc)
490 #define b4_prefix[]lloc yylloc])],
492 YYLTYPE yylloc;]])[
1055 yynewOption->yyloc = yylloc;])[
1651 YYLTYPE yylloc_current = yylloc;])[
1654 yylloc = yyopt->yyloc;])[
1660 yylloc = yylloc_current;])[
1776 YYLTYPE yylloc_current = yylloc;
1779 yylloc = yyoption->yyloc;
1783 yylloc = yylloc_current;
1973 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2166 yyerror_range[2].yystate.yyloc = yylloc;
2170 yytoken, &yylval]b4_locuser_args([&yylloc])[);
2182 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2223 yystackp->yyerror_range[2].yystate.yyloc = yylloc;
2276 yylloc = yyloc_default;])[
2278 b4_dollar_pushdef([yylval], [], [yylloc])dnl
2292 yyglrShift (&yystack, 0, 0, 0, &yylval]b4_locations_if([, &yylloc])[);
2316 ]b4_locations_if([[ yystack.yyerror_range[1].yystate.yyloc = yylloc;]])[
2339 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2347 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
2350 yyglrShift (&yystack, 0, yyaction, yyposn, &yylval]b4_locations_if([, &yylloc])[);
2356 ]b4_locations_if([[ yystack.yyerror_range[1].yystate.yyloc = yylloc;]])[
2402 ]b4_locations_if([[ yystack.yyerror_range[1].yystate.yyloc = yylloc;]])[
2424 YY_SYMBOL_PRINT ("shifting", yytoken_to_shift, &yylval, &yylloc);
2426 &yylval]b4_locations_if([, &yylloc])[);
2466 YYTRANSLATE (yychar), &yylval]b4_locuser_args([&yylloc])[);