Home | History | Annotate | Download | only in tests

Lines Matching full:lookahead

562 ## Duplicated user destructor for lookahead.  See			     ##
566 AT_SETUP([Duplicated user destructor for lookahead])
1073 ## Incorrect lookahead during deterministic GLR. See ##
1078 AT_SETUP([Incorrect lookahead during deterministic GLR])
1085 - Defaulted state after lookahead: yychar != YYEMPTY.
1087 - User action changing the lookahead. */
1209 ## Incorrect lookahead during nondeterministic GLR. ##
1212 AT_SETUP([Incorrect lookahead during nondeterministic GLR])
1217 - Conflicting actions (split-off parse, which copies lookahead need,
1220 - Merged deferred actions (lookahead need and RHS from different stack
1222 - Defaulted state after lookahead: yychar != YYEMPTY.
1224 - yychar != YYEMPTY but lookahead need is yyfalse (a previous stack has
1225 seen the lookahead but current stack has not).
1227 lookahead need array.
1259 /* When merging the 2 deferred actions, the lookahead needs are different. */
1297 /* yychar != YYEMPTY but lookahead need is yyfalse. */
1315 fprintf (stderr, "Incorrect lookahead during stack explosion.\n");
1324 fprintf (stderr, "Incorrect lookahead during stack explosion.\n");
1333 fprintf (stderr, "Incorrect lookahead during stack explosion.\n");
1342 "Found lookahead where shouldn't during stack explosion.\n");
1516 ## Leaked lookahead after nondeterministic parse syntax error. ##
1519 AT_SETUP([Leaked lookahead after nondeterministic parse syntax error])
1562 fprintf (stderr, "Lookahead destructor not called.\n");