Home | History | Annotate | Download | only in compiler

Lines Matching defs:last_line

324   int last_line;
349 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
353 (Current).first_line = YYRHSLOC(Rhs, 0).last_line; \
355 (Current).last_line = YYRHSLOC(Rhs, 0).last_line; \
1639 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
1644 (Current).first_line = (Current).last_line = \
1645 YYRHSLOC (Rhs, 0).last_line; \
1691 if (0 <= yylocp->last_line)
1693 if (yylocp->first_line < yylocp->last_line)
1695 res += YYFPRINTF (yyo, "-%d", yylocp->last_line);