Home | History | Annotate | Download | only in data

Lines Matching refs:Rhs

112 # symbols on RHS.
132 # on RHS.
355 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
362 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
485 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
487 the previous symbol: RHS[0] (always defined). */
490 #define YYRHSLOC(Rhs, K) ((Rhs)[K].yystate.yyloc)
492 # define YYLLOC_DEFAULT(Current, Rhs, N) \
496 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
497 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
498 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
499 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
504 YYRHSLOC (Rhs, 0).last_line; \
506 YYRHSLOC (Rhs, 0).last_column; \
521 # define YYLLOC_DEFAULT(Current, Rhs, N) ((void) 0)
777 /** The last RHS state in the list of states to be reduced. */
885 /** Perform user action for rule number YYN, with RHS length YYRHSLEN,
1108 * RULENUM on the semantic values in RHS to the list of
1109 * alternative actions for STATE. Assumes that RHS comes from
1113 yyGLRState* rhs, yyRuleNum yyrule)
1117 yynewOption->yystate = rhs;
1348 size_t yyposn, yyGLRState* rhs, yyRuleNum yyrule)
1360 yyaddDeferredAction (yystackp, yyk, yynewState, rhs, yyrule);
1378 yyGLRStackItem* rhs = (yyGLRStackItem*) yystackp->yytops.yystates[yyk];
1383 return yyuserAction (yyrule, yynrhs, rhs,
1573 * That is, they represent the same rule applied to RHS symbols
1595 * alternative semantic values for the RHS-symbols of Y1 and Y0. */
1695 /** Resolve the states for the RHS of OPT, perform its user action, and return
1697 * RHS states have been destroyed (assuming the user action destroys all RHS