Home | History | Annotate | Download | only in libcpu

Lines Matching refs:Rhs

628 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
638 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
813 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
815 the previous symbol: RHS[0] (always defined). */
817 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
819 # define YYLLOC_DEFAULT(Current, Rhs, N) \
823 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
824 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
825 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
826 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
831 YYRHSLOC (Rhs, 0).last_line; \
833 YYRHSLOC (Rhs, 0).last_column; \
1387 /* The number of symbols on the RHS of the reduced rule.