Home | History | Annotate | Download | only in compiler

Lines Matching refs:Rhs

642 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
668 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
1333 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
1335 the previous symbol: RHS[0] (always defined). */
1337 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
1339 # define YYLLOC_DEFAULT(Current, Rhs, N) \
1343 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
1344 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
1345 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
1346 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
1351 YYRHSLOC (Rhs, 0).last_line; \
1353 YYRHSLOC (Rhs, 0).last_column; \
1913 /* The number of symbols on the RHS of the reduced rule.