OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:YYSTACK_ALLOC
(Results
1 - 8
of
8
) 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
...]
/external/linux-tools-perf/src/tools/perf/util/
pmu-bison.c
252
# define
YYSTACK_ALLOC
__builtin_alloca
256
# define
YYSTACK_ALLOC
__alloca
261
# define
YYSTACK_ALLOC
alloca
273
# ifdef
YYSTACK_ALLOC
284
# define
YYSTACK_ALLOC
YYMALLOC
[
all
...]
parse-events-bison.c
284
# define
YYSTACK_ALLOC
__builtin_alloca
288
# define
YYSTACK_ALLOC
__alloca
293
# define
YYSTACK_ALLOC
alloca
305
# ifdef
YYSTACK_ALLOC
316
# define
YYSTACK_ALLOC
YYMALLOC
[
all
...]
/external/elfutils/src/src/
ldscript.c
374
# define
YYSTACK_ALLOC
__builtin_alloca
378
# define
YYSTACK_ALLOC
__alloca
383
# define
YYSTACK_ALLOC
alloca
396
# ifdef
YYSTACK_ALLOC
407
# define
YYSTACK_ALLOC
YYMALLOC
[
all
...]
/external/bison/src/
parse-gram.c
482
# ifdef
YYSTACK_ALLOC
493
# define
YYSTACK_ALLOC
YYMALLOC
[
all
...]
/external/elfutils/src/libcpu/
i386_parse.c
489
# define
YYSTACK_ALLOC
__builtin_alloca
493
# define
YYSTACK_ALLOC
__alloca
498
# define
YYSTACK_ALLOC
alloca
511
# ifdef
YYSTACK_ALLOC
522
# define
YYSTACK_ALLOC
YYMALLOC
[
all
...]
/external/libpcap/
grammar.c
719
# define
YYSTACK_ALLOC
__builtin_alloca
723
# define
YYSTACK_ALLOC
__alloca
728
# define
YYSTACK_ALLOC
alloca
740
# ifdef
YYSTACK_ALLOC
751
# define
YYSTACK_ALLOC
YYMALLOC
[
all
...]
Completed in 63 milliseconds