Home | History | Annotate | Download | only in data

Lines Matching refs:yyvsp

137 [(((yyGLRStackItem const *)yyvsp)@{YYFILL (($2) - ($1))@}.yystate.yysemantics.yysval[]m4_ifval([$3], [.$3]))])
157 [(((yyGLRStackItem const *)yyvsp)@{YYFILL (($2) - ($1))@}.yystate.yyloc)])
790 /** Fill in YYVSP[YYLOW1 .. YYLOW0-1] from the chain of states starting
791 * at YYVSP[YYLOW0].yystate.yypred. Leaves YYVSP[YYLOW1].yystate.yypred
795 yyfillin (yyGLRStackItem *yyvsp, int yylow0, int yylow1)
798 yyGLRState *s = yyvsp[yylow0].yystate.yypred;
802 yyvsp[i].yystate.yyresolved = yytrue;
803 yyvsp[i].yystate.yysemantics.yysval = s->yysemantics.yysval;]b4_locations_if([[
804 yyvsp[i].yystate.yyloc = s->yyloc;]])[
805 s = yyvsp[i].yystate.yypred = s->yypred;
810 * YYVSP[YYLOW1 .. *YYLOW-1] as in yyfillin and set *YYLOW = YYLOW1.
815 yyfill (yyGLRStackItem *yyvsp, int *yylow, int yylow1, yybool yynormal)
819 yyfillin (yyvsp, *yylow, yylow1);
826 * and top stack item YYVSP. YYLVALP points to place to put semantic
831 yyuserAction (yyRuleNum yyn, int yyrhslen, yyGLRStackItem* yyvsp,
852 # define YYFILL(N) yyfill (yyvsp, &yylow, N, yynormal)
862 *yyvalp = yyvsp[YYFILL (1-yyrhslen)].yystate.yysemantics.yysval;]b4_locations_if([[
863 YYLLOC_DEFAULT ((*yylocp), (yyvsp - yyrhslen), yyrhslen);
1365 yyGLRStackItem* yyvsp = (yyGLRStackItem*) yystackp->yytops.yystates[yyk];