HomeSort by relevance Sort by last modified time
    Searched refs:YYSTACK_ALLOC (Results 1 - 13 of 13) sorted by null

  /external/linux-tools-perf/perf-3.12.0/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/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/elfutils/0.153/src/
ldscript.c 365 # define YYSTACK_ALLOC __builtin_alloca
369 # define YYSTACK_ALLOC __alloca
374 # define YYSTACK_ALLOC alloca
386 # ifdef YYSTACK_ALLOC
397 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp 308 # define YYSTACK_ALLOC __builtin_alloca
312 # define YYSTACK_ALLOC __alloca
317 # define YYSTACK_ALLOC alloca
330 # ifdef YYSTACK_ALLOC
341 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /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/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...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 713 # define YYSTACK_ALLOC __builtin_alloca
717 # define YYSTACK_ALLOC __alloca
722 # define YYSTACK_ALLOC alloca
734 # ifdef YYSTACK_ALLOC
745 # define YYSTACK_ALLOC YYMALLOC
    [all...]
glcpp-parse.c 446 # define YYSTACK_ALLOC __builtin_alloca
450 # define YYSTACK_ALLOC __alloca
455 # define YYSTACK_ALLOC alloca
467 # ifdef YYSTACK_ALLOC
478 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.c 469 # define YYSTACK_ALLOC __builtin_alloca
473 # define YYSTACK_ALLOC __alloca
478 # define YYSTACK_ALLOC alloca
490 # ifdef YYSTACK_ALLOC
501 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /external/bison/src/
parse-gram.c 482 # ifdef YYSTACK_ALLOC
493 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 600 # define YYSTACK_ALLOC __builtin_alloca
604 # define YYSTACK_ALLOC __alloca
609 # define YYSTACK_ALLOC alloca
621 # ifdef YYSTACK_ALLOC
632 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.cpp 495 # define YYSTACK_ALLOC __builtin_alloca
499 # define YYSTACK_ALLOC __alloca
504 # define YYSTACK_ALLOC alloca
517 # ifdef YYSTACK_ALLOC
528 # define YYSTACK_ALLOC YYMALLOC
    [all...]

Completed in 410 milliseconds