Home
last modified time | relevance | path

Searched refs:yy_lac (Results 1 – 3 of 3) sorted by relevance

/external/bison/data/
Dyacc.c1008 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1052 yy_lac (yytype_int16 *yyesa, yytype_int16 **yyes,
1311 int yy_lac_status = yy_lac (yyesa, yyes, yyes_capacity,
/external/bison/src/
Dparse-gram.c1437 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1481 yy_lac (yytype_int16 *yyesa, yytype_int16 **yyes, in yy_lac() function
1741 int yy_lac_status = yy_lac (yyesa, yyes, yyes_capacity, in yysyntax_error()
/external/bison/
DChangeLog-2012645 * data/yacc.c (yy_lac): Don't use printf %d format on *yyesp, as
762 (YY_LAC_ESTABLISH): Update yy_lac invocation.
763 (yy_lac): Add arguments for exploratory stack memory data
767 yy_lac.
797 yy_lac and track when it needs to be invoked
798 (yy_lac): New function that, given the current stack, determines
802 can be passed to yy_lac. If LAC is requested, build expected
803 token list by invoking yy_lac for every token instead of just
804 checking the current state for lookaheads. Return 2 if yy_lac