Searched defs:YYSTACK_ALLOC (Results 1 - 8 of 8) sorted by relevance

/external/bison/data/
H A Dyacc.c300 # define YYSTACK_ALLOC __builtin_alloca macro
304 # define YYSTACK_ALLOC __alloca
309 # define YYSTACK_ALLOC alloca
320 # ifdef YYSTACK_ALLOC
331 # define YYSTACK_ALLOC YYMALLOC
1140 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1318 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
/external/e2fsprogs/intl/
H A 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));
1149 yymsg = (char *) YYSTACK_ALLOC (yysize);
/external/elfutils/src/
H A Dldscript.c239 # define YYSTACK_ALLOC alloca macro
243 # define YYSTACK_ALLOC alloca macro
246 # define YYSTACK_ALLOC __builtin_alloca macro
251 # ifdef YYSTACK_ALLOC
259 # define YYSTACK_ALLOC YYMALLOC macro
1107 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1725 yymsg = (char *) YYSTACK_ALLOC (yysize);
/external/bison/src/
H A Dparse-gram.c407 # define YYSTACK_ALLOC __builtin_alloca macro
411 # define YYSTACK_ALLOC __alloca macro
416 # define YYSTACK_ALLOC alloca macro
428 # ifdef YYSTACK_ALLOC
439 # define YYSTACK_ALLOC YYMALLOC macro
1631 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2208 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
/external/libpcap/
H A Dgrammar.c498 # define YYSTACK_ALLOC __builtin_alloca macro
500 # define YYSTACK_ALLOC alloca macro
509 # ifdef YYSTACK_ALLOC
520 # define YYSTACK_ALLOC YYMALLOC macro
1665 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2822 yymsg = (char *) YYSTACK_ALLOC (yysize);
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c403 # define YYSTACK_ALLOC __builtin_alloca macro
407 # define YYSTACK_ALLOC __alloca macro
412 # define YYSTACK_ALLOC alloca macro
424 # ifdef YYSTACK_ALLOC
435 # define YYSTACK_ALLOC YYMALLOC macro
1684 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2711 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp461 # define YYSTACK_ALLOC __builtin_alloca macro
465 # define YYSTACK_ALLOC __alloca macro
470 # define YYSTACK_ALLOC alloca macro
482 # ifdef YYSTACK_ALLOC
493 # define YYSTACK_ALLOC YYMALLOC macro
1986 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
4539 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
/external/mesa3d/src/glsl/
H A Dglsl_parser.cpp494 # define YYSTACK_ALLOC __builtin_alloca macro
498 # define YYSTACK_ALLOC __alloca macro
503 # define YYSTACK_ALLOC alloca macro
515 # ifdef YYSTACK_ALLOC
526 # define YYSTACK_ALLOC YYMALLOC macro
2694 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
5138 yymsg = (char *) YYSTACK_ALLOC (yyalloc);

Completed in 734 milliseconds