Home | History | Annotate | Download | only in data

Lines Matching defs:yylloc

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])
541 #undef yylloc
542 #define yylloc (yystackp->yyloc)
547 #define b4_prefix[]lloc yylloc])],
550 YYLTYPE yylloc;
1123 yynewOption->yyloc = yylloc;
1726 yylloc_current = yylloc;
1729 yylloc = yyopt->yyloc;
1735 yylloc = yylloc_current;
1853 yylloc_current = yylloc;
1856 yylloc = yyoption->yyloc;
1860 yylloc = yylloc_current;
2044 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2182 yylval, and yylloc are the syntactic category, semantic value, and location
2205 yyerror_range[2].yystate.yyloc = yylloc;
2209 yytoken, &yylval]b4_locations_if([, &yylloc])[]b4_user_args[);
2214 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2253 yystackp->yyerror_range[2].yystate.yyloc = yylloc;
2307 yylloc.first_line = yylloc.last_line = 1;
2308 yylloc.first_column = yylloc.last_column = 0;
2312 m4_pushdef([b4_at_dollar], [yylloc])dnl
2330 yyglrShift (&yystack, 0, 0, 0, &yylval, &yylloc);
2354 ]b4_locations_if([[ yystack.yyerror_range[1].yystate.yyloc = yylloc;]])[
2368 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2377 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
2381 yyglrShift (&yystack, 0, yyaction, yyposn, &yylval, &yylloc);
2387 ]b4_locations_if([[ yystack.yyerror_range[1].yystate.yyloc = yylloc;]])[
2433 ]b4_locations_if([[ yystack.yyerror_range[1].yystate.yyloc = yylloc;]])[
2455 YY_SYMBOL_PRINT ("shifting", yytoken_to_shift, &yylval, &yylloc);
2457 &yylval, &yylloc);
2498 &yylval]b4_locations_if([, &yylloc])[]b4_user_args[);