OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yybottom_new
(Results
1 - 2
of
2
) sorted by null
/external/bison/data/
yacc.c
936
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
;
[
all
...]
/external/bison/src/
parse-gram.c
1368
yytype_int16 *
yybottom_new
;
local
[
all
...]
Completed in 146 milliseconds