Home
last modified time | relevance | path

Searched refs:YYSTACK_ALLOC (Results 1 – 11 of 11) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c343 # define YYSTACK_ALLOC alloca macro
347 # define YYSTACK_ALLOC alloca macro
350 # define YYSTACK_ALLOC __builtin_alloca macro
356 # ifdef YYSTACK_ALLOC
364 # define YYSTACK_ALLOC malloc macro
815 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
1149 yymsg = (char *) YYSTACK_ALLOC (yysize); in yyparse()
/external/linux-tools-perf/src/tools/perf/util/
Dpmu-bison.c252 # define YYSTACK_ALLOC __builtin_alloca macro
256 # define YYSTACK_ALLOC __alloca macro
261 # define YYSTACK_ALLOC alloca macro
273 # ifdef YYSTACK_ALLOC
284 # define YYSTACK_ALLOC YYMALLOC macro
1269 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1529 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
Dparse-events-bison.c284 # define YYSTACK_ALLOC __builtin_alloca macro
288 # define YYSTACK_ALLOC __alloca macro
293 # define YYSTACK_ALLOC alloca macro
305 # ifdef YYSTACK_ALLOC
316 # define YYSTACK_ALLOC YYMALLOC macro
1378 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1990 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
/external/bison/data/
Dyacc.c475 # define YYSTACK_ALLOC __builtin_alloca
479 # define YYSTACK_ALLOC __alloca
484 # define YYSTACK_ALLOC alloca
496 # ifdef YYSTACK_ALLOC
507 # define YYSTACK_ALLOC YYMALLOC
949 (yytype_int16*) YYSTACK_ALLOC (yyalloc * sizeof *yybottom_new);
1640 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1873 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
/external/elfutils/src/src/
Dldscript.c374 # define YYSTACK_ALLOC __builtin_alloca macro
378 # define YYSTACK_ALLOC __alloca macro
383 # define YYSTACK_ALLOC alloca macro
396 # ifdef YYSTACK_ALLOC
407 # define YYSTACK_ALLOC YYMALLOC macro
1485 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2181 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
/external/libpcap/
Dgrammar.c719 # define YYSTACK_ALLOC __builtin_alloca macro
723 # define YYSTACK_ALLOC __alloca macro
728 # define YYSTACK_ALLOC alloca macro
740 # ifdef YYSTACK_ALLOC
751 # define YYSTACK_ALLOC YYMALLOC macro
2125 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
3807 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
/external/elfutils/src/libcpu/
Di386_parse.c489 # define YYSTACK_ALLOC __builtin_alloca macro
493 # define YYSTACK_ALLOC __alloca macro
498 # define YYSTACK_ALLOC alloca macro
511 # ifdef YYSTACK_ALLOC
522 # define YYSTACK_ALLOC YYMALLOC macro
1488 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2052 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
/external/bison/src/
Dparse-gram.c482 # ifdef YYSTACK_ALLOC
493 # define YYSTACK_ALLOC YYMALLOC macro
1381 (yytype_int16*) YYSTACK_ALLOC (yyalloc * sizeof *yybottom_new); in yy_lac_stack_realloc()
2064 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2966 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
/external/toybox/kconfig/
Dzconf.tab.c_shipped259 # define YYSTACK_ALLOC __builtin_alloca
261 # define YYSTACK_ALLOC alloca
270 # ifdef YYSTACK_ALLOC
281 # define YYSTACK_ALLOC YYMALLOC
1305 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1940 yymsg = (char *) YYSTACK_ALLOC (yysize);
/external/bison/
DChangeLog-199849 (YYSTACK_ALLOC): New macro.
50 (yyparse): Use YYSTACK_ALLOC to allocate stack.
DChangeLog-2012754 (YYSTACK_ALLOC, YYSTACK_FREE, YYSTACK_ALLOC_MAXIMUM): Define if
8645 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
9478 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
9984 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
11262 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
13100 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
18442 * src/bison.data (YYSTACK_ALLOC): Depend on whether
19354 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
19818 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
20345 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
[all …]