HomeSort by relevance Sort by last modified time
    Searched defs:alloca (Results 76 - 82 of 82) sorted by null

1 2 34

  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 508 /* The parser invokes alloca or malloc; define the necessary symbols. */
515 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
520 # define alloca _alloca macro
522 # define YYSTACK_ALLOC alloca
540 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]
  /external/syslinux/lzo/src/
lzo_supp.h 521 # define alloca _alloca macro
801 # include <alloca.h>
    [all...]
miniacc.h 2350 # define alloca macro
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
cp-demangle.c 103 #pragma alloca
120 # include <alloca.h>
122 # ifndef alloca
124 # define alloca __builtin_alloca macro
126 extern char *alloca ();
128 # endif /* alloca */
    [all...]
regex.c 31 #pragma alloca
311 /* Should we use malloc or alloca? If REGEX_MALLOC is not defined, we
312 use `alloca' instead of `malloc'. This is because using malloc in
317 Because we sometimes use alloca, some routines have to be macros,
318 not functions -- `alloca'-allocated space disappears at the end of the
329 /* Emacs already defines alloca, sometimes. */
330 # ifndef alloca
332 /* Make alloca work the best possible way. */
334 # define alloca __builtin_alloca
337 # include <alloca.h
331 # define alloca macro
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 168 /// ReturnValue - The temporary alloca to hold the return
341 /// into this alloca.
345 /// write the current selector value into this alloca.
3429 Address alloca = local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp 606 /* The parser invokes alloca or malloc; define the necessary symbols. */
613 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
618 # define alloca _alloca macro
620 # define YYSTACK_ALLOC alloca
638 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]

Completed in 270 milliseconds

1 2 34