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

/external/bison/data/
H A Dyacc.c936 yytype_int16 *yybottom_new;
948 yybottom_new =
949 (yytype_int16*) YYSTACK_ALLOC (yyalloc * sizeof *yybottom_new);
950 if (!yybottom_new)
958 YYCOPY (yybottom_new, *yybottom, yysize_old);
959 *yytop = yybottom_new + (yysize_old - 1);
963 *yybottom = yybottom_new;
/external/bison/src/
H A Dparse-gram.c1368 yytype_int16 *yybottom_new; local
1380 yybottom_new =
1381 (yytype_int16*) YYSTACK_ALLOC (yyalloc * sizeof *yybottom_new);
1382 if (!yybottom_new)
1390 YYCOPY (yybottom_new, *yybottom, yysize_old);
1391 *yytop = yybottom_new + (yysize_old - 1);
1395 *yybottom = yybottom_new;

Completed in 248 milliseconds