Home
last modified time | relevance | path

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

/external/bison/data/
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/
Dparse-gram.c1368 yytype_int16 *yybottom_new; in yy_lac_stack_realloc() local
1380 yybottom_new = in yy_lac_stack_realloc()
1381 (yytype_int16*) YYSTACK_ALLOC (yyalloc * sizeof *yybottom_new); in yy_lac_stack_realloc()
1382 if (!yybottom_new) in yy_lac_stack_realloc()
1390 YYCOPY (yybottom_new, *yybottom, yysize_old); in yy_lac_stack_realloc()
1391 *yytop = yybottom_new + (yysize_old - 1); in yy_lac_stack_realloc()
1395 *yybottom = yybottom_new; in yy_lac_stack_realloc()