Home | History | Annotate | Download | only in data

Lines Matching full:yyvsp

114 [(((yyGLRStackItem const *)yyvsp)@{YYFILL (($2) - ($1))@}.yystate.yysemantics.yysval[]m4_ifval([$3], [.$3]))])
134 [(((yyGLRStackItem const *)yyvsp)@{YYFILL (($2) - ($1))@}.yystate.yyloc)])
849 /** Fill in YYVSP[YYLOW1 .. YYLOW0-1] from the chain of states starting
850 * at YYVSP[YYLOW0].yystate.yypred. Leaves YYVSP[YYLOW1].yystate.yypred
854 yyfillin (yyGLRStackItem *yyvsp, int yylow0, int yylow1)
858 s = yyvsp[yylow0].yystate.yypred;
862 yyvsp[i].yystate.yyresolved = yytrue;
863 yyvsp[i].yystate.yysemantics.yysval = s->yysemantics.yysval;
864 yyvsp[i].yystate.yyloc = s->yyloc;
865 s = yyvsp[i].yystate.yypred = s->yypred;
870 * YYVSP[YYLOW1 .. *YYLOW-1] as in yyfillin and set *YYLOW = YYLOW1.
875 yyfill (yyGLRStackItem *yyvsp, int *yylow, int yylow1, yybool yynormal)
879 yyfillin (yyvsp, *yylow, yylow1);
886 * and top stack item YYVSP. YYLVALP points to place to put semantic
891 yyuserAction (yyRuleNum yyn, int yyrhslen, yyGLRStackItem* yyvsp,
914 # define YYFILL(N) yyfill (yyvsp, &yylow, N, yynormal)
924 *yyvalp = yyvsp[YYFILL (1-yyrhslen)].yystate.yysemantics.yysval;
925 YYLLOC_DEFAULT ((*yylocp), (yyvsp - yyrhslen), yyrhslen);
1432 yyGLRStackItem* yyvsp = (yyGLRStackItem*) yystackp->yytops.yystates[yyk];