Home | History | Annotate | Download | only in compiler

Lines Matching refs:Current

832 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
833 If N is 0, then set CURRENT to the empty location which ends
838 # define YYLLOC_DEFAULT(Current, Rhs, N) \
842 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
843 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
844 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
845 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
849 (Current).first_line = (Current).last_line = \
851 (Current).first_column = (Current).last_column = \
1441 /* Get the current used size of the three stacks, in elements. */
1512 /* Do appropriate processing given the current state. Read a
1572 | yydefault -- do the default action for the current state. |
1938 /* Pop the current state because it cannot handle the error token. */