Home | History | Annotate | Download | only in data

Lines Matching defs: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]])])[
484 #undef yylloc
485 #define yylloc (yystackp->yyloc)
490 #define b4_prefix[]lloc yylloc])],
492 YYLTYPE yylloc;]])[
1056 yynewOption->yyloc = yylloc;])[
1652 YYLTYPE yylloc_current = yylloc;])[
1655 yylloc = yyopt->yyloc;])[
1661 yylloc = yylloc_current;])[
1777 YYLTYPE yylloc_current = yylloc;
1780 yylloc = yyoption->yyloc;
1784 yylloc = yylloc_current;
1974 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2144 yylval, and yylloc are the syntactic category, semantic value, and location
2167 yyerror_range[2].yystate.yyloc = yylloc;
2171 yytoken, &yylval]b4_locuser_args([&yylloc])[);
2183 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2224 yystackp->yyerror_range[2].yystate.yyloc = yylloc;
2277 yylloc = yyloc_default;])[
2279 b4_dollar_pushdef([yylval], [], [yylloc])dnl
2293 yyglrShift (&yystack, 0, 0, 0, &yylval]b4_locations_if([, &yylloc])[);
2317 ]b4_locations_if([[ yystack.yyerror_range[1].yystate.yyloc = yylloc;]])[
2340 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2348 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
2351 yyglrShift (&yystack, 0, yyaction, yyposn, &yylval]b4_locations_if([, &yylloc])[);
2357 ]b4_locations_if([[ yystack.yyerror_range[1].yystate.yyloc = yylloc;]])[
2403 ]b4_locations_if([[ yystack.yyerror_range[1].yystate.yyloc = yylloc;]])[
2425 YY_SYMBOL_PRINT ("shifting", yytoken_to_shift, &yylval, &yylloc);
2427 &yylval]b4_locations_if([, &yylloc])[);
2467 YYTRANSLATE (yychar), &yylval]b4_locuser_args([&yylloc])[);