Home | History | Annotate | Download | only in data

Lines Matching full:lookahead

117     /// \param tok     the lookahead token.
511 /// Lookahead and lookahead in internal form.
524 /// Semantic value of the lookahead.
527 /// Location of the lookahead.
575 /* Try to take a decision without lookahead. */
580 /* Read a lookahead token. */
618 /* Shift the lookahead token. */
685 lookahead is translated. */
709 /* Make sure we have latest lookahead translation. See comments at
725 /* If just tried and failed to reuse lookahead token after an
740 /* Else will try to reuse lookahead token after shifting the error
799 // the lookahead. YYLOC is available though.
824 /* Make sure we have latest lookahead translation. See comments
827 yydestruct_ ("Cleanup: discarding lookahead", yytoken, &yylval,
847 YYCDEBUG << "Exception caught: cleaning lookahead and stack"
853 /* Make sure we have latest lookahead translation. See
892 - The only way there can be no lookahead present (in yytoken) is
894 Thus, detecting the absence of a lookahead is sufficient to
897 - Don't assume there isn't a lookahead just because this state is
903 correct lookahead information, and it depends on the parser not
904 to perform extra reductions after fetching a lookahead from the