• Home
  • Raw
  • Download

Lines Matching refs:yyi

1332   YYPTRDIFF_T yyi, yyj;
1333 yyi = yyj = 0;
1336 if (yystackp->yytops.yystates[yyi] == YY_NULLPTR)
1338 if (yyi == yyj)
1344 yystackp->yytops.yystates[yyj] = yystackp->yytops.yystates[yyi];
1351 yystackp->yytops.yylookaheadNeeds[yyi];
1352 if (yyj != yyi)
1354 YY_CAST (long, yyi), YY_CAST (long, yyj)));
1357 yyi += 1;
1415 int yyi;
1421 for (yyi = 0; yyi < yynrhs; yyi++)
1423 YY_FPRINTF ((stderr, " $%d = ", yyi + 1));
1425 yy_accessing_symbol (yyvsp[yyi - yynrhs + 1].yystate.yylrState),
1426 &yyvsp[yyi - yynrhs + 1].yystate.yysemantics.yyval]b4_locations_if([,
1427 &]b4_rhs_location(yynrhs, yyi + 1))[]dnl
1429 if (!yyvsp[yyi - yynrhs + 1].yystate.yyresolved)
1465 int yyi;]b4_locations_if([[
1469 for (yyi = 0; yyi < yynrhs; yyi += 1)
1517 YYPTRDIFF_T yyi;
1535 for (yyi = 0; yyi < yystackp->yytops.yysize; yyi += 1)
1536 if (yyi != yyk && yystackp->yytops.yystates[yyi] != YY_NULLPTR)
1539 yyGLRState *yyp = yystackp->yytops.yystates[yyi];
1547 YY_CAST (long, yyk), YY_CAST (long, yyi)));
1773 int yyi;
1778 for (yyi = yynrhs, yys = yyx->yystate; 0 < yyi; yyi -= 1, yys = yys->yypred)
1779 yystates[yyi] = yys;
1797 for (yyi = 1; yyi <= yynrhs; yyi += 1)
1799 if (yystates[yyi]->yyresolved)
1801 if (yystates[yyi-1]->yyposn+1 > yystates[yyi]->yyposn)
1803 yysymbol_name (yy_accessing_symbol (yystates[yyi]->yylrState))));
1806 yysymbol_name (yy_accessing_symbol (yystates[yyi]->yylrState)),
1807 YY_CAST (long, yystates[yyi-1]->yyposn + 1),
1808 YY_CAST (long, yystates[yyi]->yyposn)));
1811 yyreportTree (yystates[yyi]->yysemantics.yyfirstVal, yyindent+2);
2284 int yyi;
2285 for (yyi = 0; yyi < yycount; ++yyi)
2289 [verbose], [[yytnamerr (YY_NULLPTR, yytname[yyarg[yyi]])]],
2290 [[yystrlen (yysymbol_name (yyarg[yyi]))]]);[
2304 int yyi = 0;
2307 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
2309 yyp += yytnamerr (yyp, yytname[yyarg[yyi++]]);]], [[
2310 yyp = yystpcpy (yyp, yysymbol_name (yyarg[yyi++]));]])[
2733 YYPTRDIFF_T yyi;
2734 for (yyi = 0; yyi < yystackp->yytops.yysize; yyi += 1)
2735 YY_FPRINTF ((stderr, "%ld: %ld; ", YY_CAST (long, yyi),
2736 YYINDEX (yystackp->yytops.yystates[yyi])));