Home
last modified time | relevance | path

Searched refs:yylsp (Results 1 – 8 of 8) sorted by relevance

/external/bison/src/
Dparse-gram.c1284 yy_reduce_print (YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule) in yy_reduce_print() argument
1287 yy_reduce_print (yyvsp, yylsp, yyrule) in yy_reduce_print()
1289 YYLTYPE *yylsp;
1304 , &(yylsp[(yyi + 1) - (yynrhs)]) );
1312 yy_reduce_print (yyvsp, yylsp, Rule); \
1946 YYLTYPE *yylsp; local
1974 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N))
1982 yylsp = yyls = yylsa;
2008 yylsp[0] = yylloc;
2043 &yyls1, yysize * sizeof (*yylsp),
[all …]
/external/e2fsprogs/intl/
Dplural.c713 YYLTYPE *yylsp; in yyparse() local
717 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()
751 yylsp = yyls; in yyparse()
789 &yyls1, yysize * sizeof (*yylsp), in yyparse()
833 yylsp = yyls + yysize - 1; in yyparse()
940 *++yylsp = yylloc; in yyparse()
982 yyloc = yylsp[1-yylen]; in yyparse()
983 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); in yyparse()
1088 yylsp -= yylen; in yyparse()
1104 *++yylsp = yyloc; in yyparse()
[all …]
/external/bison/data/
Dyacc.c170 [(yylsp@{($2) - ($1)@})])
253 YYLTYPE *yylsp;
856 b4_locations_if([[[YYLTYPE *yylsp], [yylsp]],
880 yy_reduce_print (yyvsp, ]b4_locations_if([yylsp, ])[Rule]b4_user_args[); \
1492 #define yylsp yyps->yylsp
1547 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)]b4_locations_if([, yylsp -= (N)])[)
1561 yylsp = yyls = yylsa;]])[
1583 b4_locations_if([[ yylsp[0] = ]b4_push_if([b4_pure_if([*])yypushed_loc], [yylloc])[;
1619 &yyls1, yysize * sizeof (*yylsp),])[
1655 yylsp = yyls + yysize - 1;])[
[all …]
/external/bison/
DTODO316 YYACT_EPILOGUE (yyval, (yyvsp - yylen), yylen, yyloc, (yylsp - yylen));
DChangeLog-19981482 * src/bison.simple: Conditionalize most refs to yylsp on
DChangeLog-20126158 yylsp.
6165 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
6196 yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define
10704 set yylsp[0] and yyvsp[0] only if the initial action
10708 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
/external/libpcap/
Dgrammar.c3593 YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); in yyparse()
/external/toybox/kconfig/
Dzconf.tab.c_shipped2055 YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);