Home
last modified time | relevance | path

Searched refs:YYSTACK_ALLOC (Results 1 – 9 of 9) 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/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp307 # define YYSTACK_ALLOC __builtin_alloca macro
311 # define YYSTACK_ALLOC __alloca macro
316 # define YYSTACK_ALLOC alloca macro
328 # ifdef YYSTACK_ALLOC
339 # define YYSTACK_ALLOC YYMALLOC macro
1192 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
1646 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); in yyparse()
/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/libpcap/
Dgrammar.c759 # define YYSTACK_ALLOC __builtin_alloca macro
763 # define YYSTACK_ALLOC __alloca macro
768 # define YYSTACK_ALLOC alloca macro
780 # ifdef YYSTACK_ALLOC
791 # define YYSTACK_ALLOC YYMALLOC macro
1941 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
3488 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); in yyparse()
/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/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp513 # define YYSTACK_ALLOC __builtin_alloca macro
517 # define YYSTACK_ALLOC __alloca macro
522 # define YYSTACK_ALLOC alloca macro
534 # ifdef YYSTACK_ALLOC
545 # define YYSTACK_ALLOC YYMALLOC macro
2238 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
4920 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); in yyparse()
/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 …]