Searched defs:yyes_capacity (Results 1 - 2 of 2) sorted by relevance

/external/bison/data/
H A Dyacc.c262 YYSIZE_T yyes_capacity;]])])
1008 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1053 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1130 if (yy_lac_stack_realloc (yyes_capacity, 1,
1246 YYSIZE_T *yyes_capacity, ]])[yytype_int16 *yyssp, int yytoken)
1311 int yy_lac_status = yy_lac (yyesa, yyes, yyes_capacity,
1497 #define yyes_capacity yyps->yyes_capacity]])[ macro
1565 yyes_capacity = sizeof yyesa / sizeof *yyes;
1566 if (YYMAXDEPTH < yyes_capacity)
[all...]
/external/bison/src/
H A Dparse-gram.c1437 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1482 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1559 if (yy_lac_stack_realloc (yyes_capacity, 1,
1690 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1741 int yy_lac_status = yy_lac (yyesa, yyes, yyes_capacity,
1955 YYSIZE_T yyes_capacity; local
1986 yyes_capacity = sizeof yyesa / sizeof *yyes;
1987 if (YYMAXDEPTH < yyes_capacity)
1988 yyes_capacity = YYMAXDEPTH;
2952 yyesa, &yyes, &yyes_capacity, \
1481 yy_lac(yytype_int16 *yyesa, yytype_int16 **yyes, YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken) argument
1688 yysyntax_error(YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyesa, yytype_int16 **yyes, YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken) argument
[all...]

Completed in 49 milliseconds