OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:YYSTACK_ALLOC
(Results
1 - 5
of
5
) sorted by null
/external/bison/data/
yacc.c
475
# define
YYSTACK_ALLOC
__builtin_alloca
479
# define
YYSTACK_ALLOC
__alloca
484
# define
YYSTACK_ALLOC
alloca
496
# ifdef
YYSTACK_ALLOC
507
# define
YYSTACK_ALLOC
YYMALLOC
915
YYSTACK_ALLOC
, copy the existing elements, and adjust *YYBOTTOM,
949
(yytype_int16*)
YYSTACK_ALLOC
(yyalloc * sizeof *yybottom_new);
[
all
...]
/external/e2fsprogs/intl/
plural.c
343
# define
YYSTACK_ALLOC
alloca
347
# define
YYSTACK_ALLOC
alloca
350
# define
YYSTACK_ALLOC
__builtin_alloca
356
# ifdef
YYSTACK_ALLOC
364
# define
YYSTACK_ALLOC
malloc
815
(union yyalloc *)
YYSTACK_ALLOC
(YYSTACK_BYTES (yystacksize));
1149
yymsg = (char *)
YYSTACK_ALLOC
(yysize);
[
all
...]
/toolchain/binutils/binutils-2.25/intl/
plural.c
367
# define
YYSTACK_ALLOC
alloca
371
# define
YYSTACK_ALLOC
alloca
374
# define
YYSTACK_ALLOC
__builtin_alloca
380
# ifdef
YYSTACK_ALLOC
388
# define
YYSTACK_ALLOC
malloc
841
(union yyalloc *)
YYSTACK_ALLOC
(YYSTACK_BYTES (yystacksize));
1176
yymsg = (char *)
YYSTACK_ALLOC
(yysize);
[
all
...]
/external/bison/src/
parse-gram.c
482
# ifdef
YYSTACK_ALLOC
493
# define
YYSTACK_ALLOC
YYMALLOC
[
all
...]
/external/libpcap/
grammar.c
759
# define
YYSTACK_ALLOC
__builtin_alloca
763
# define
YYSTACK_ALLOC
__alloca
768
# define
YYSTACK_ALLOC
alloca
780
# ifdef
YYSTACK_ALLOC
791
# define
YYSTACK_ALLOC
YYMALLOC
[
all
...]
Completed in 84 milliseconds