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

/external/bison/data/
H A Dyacc.c475 # define YYSTACK_ALLOC __builtin_alloca macro
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);
1048 array allocated with YYSTACK_ALLOC. yy_lac may overwrite the
1640 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1873 yymsg = (char *) YYSTACK_ALLOC (yymsg_allo
[all...]
/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.c352 # define YYSTACK_ALLOC __builtin_alloca macro
356 # define YYSTACK_ALLOC __alloca macro
361 # define YYSTACK_ALLOC alloca macro
373 # ifdef YYSTACK_ALLOC
384 # define YYSTACK_ALLOC YYMALLOC macro
1469 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2089 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
/external/bison/src/
H A Dparse-gram.c482 # ifdef YYSTACK_ALLOC
493 # define YYSTACK_ALLOC YYMALLOC macro
1347 YYSTACK_ALLOC, copy the existing elements, and adjust *YYBOTTOM,
1381 (yytype_int16*) YYSTACK_ALLOC (yyalloc * sizeof *yybottom_new);
1477 array allocated with YYSTACK_ALLOC. yy_lac may overwrite the
2064 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2966 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
/external/elfutils/libcpu/
H A Di386_parse.c455 # define YYSTACK_ALLOC __builtin_alloca macro
459 # define YYSTACK_ALLOC __alloca macro
464 # define YYSTACK_ALLOC alloca macro
476 # ifdef YYSTACK_ALLOC
487 # define YYSTACK_ALLOC YYMALLOC macro
1460 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1983 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/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);

Completed in 65 milliseconds