Searched refs:yysize_new (Results 1 - 2 of 2) sorted by relevance

/external/bison/data/
H A Dyacc.c932 YYSIZE_T yysize_new = yysize_old + yyadd;
933 if (*yycapacity < yysize_new)
935 YYSIZE_T yyalloc = 2 * yysize_new;
940 if (YYMAXDEPTH < yysize_new)
/external/bison/src/
H A Dparse-gram.c1364 YYSIZE_T yysize_new = yysize_old + yyadd; local
1365 if (*yycapacity < yysize_new)
1367 YYSIZE_T yyalloc = 2 * yysize_new;
1372 if (YYMAXDEPTH < yysize_new)

Completed in 407 milliseconds