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

  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 330 # define YYSTACK_ALLOC __builtin_alloca
334 # define YYSTACK_ALLOC __alloca
339 # define YYSTACK_ALLOC alloca
351 # ifdef YYSTACK_ALLOC
362 # 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...]
  /toolchain/binutils/binutils-2.27/intl/
plural.c 367 # define YYSTACK_ALLOC alloca
371 # define YYSTACK_ALLOC alloca
374 # define YYSTACK_ALLOC __builtin_alloca
380 # ifdef YYSTACK_ALLOC
388 # define YYSTACK_ALLOC malloc
841 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1176 yymsg = (char *) YYSTACK_ALLOC (yysize);
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 513 # define YYSTACK_ALLOC __builtin_alloca
517 # define YYSTACK_ALLOC __alloca
522 # define YYSTACK_ALLOC alloca
534 # ifdef YYSTACK_ALLOC
545 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /prebuilts/build-tools/common/bison/
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 746 # define YYSTACK_ALLOC __builtin_alloca
750 # define YYSTACK_ALLOC __alloca
755 # define YYSTACK_ALLOC alloca
767 # ifdef YYSTACK_ALLOC
778 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /external/toybox/kconfig/
zconf.tab.c_shipped 259 # define YYSTACK_ALLOC __builtin_alloca
261 # define YYSTACK_ALLOC alloca
270 # ifdef YYSTACK_ALLOC
281 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.c 451 # define YYSTACK_ALLOC __builtin_alloca
455 # define YYSTACK_ALLOC __alloca
460 # define YYSTACK_ALLOC alloca
472 # ifdef YYSTACK_ALLOC
483 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp 611 # define YYSTACK_ALLOC __builtin_alloca
615 # define YYSTACK_ALLOC __alloca
620 # define YYSTACK_ALLOC alloca
632 # ifdef YYSTACK_ALLOC
643 # define YYSTACK_ALLOC YYMALLOC
    [all...]

Completed in 643 milliseconds