HomeSort by relevance Sort by last modified time
    Searched refs:alloca (Results 101 - 125 of 591) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xalloca.h 68 # include <alloca.h>
80 # ifndef alloca
81 # define alloca __builtin_alloca macro
82 # endif /* !alloca */
83 # define ALLOCATE_LOCAL(size) alloca((int)(size))
87 * warning: old mips alloca (pre 2.10) is unusable, new one is built in
89 * from alloca.h which #defines alloca.
91 # if defined(__sun) || defined(alloca)
93 * Some System V boxes extract alloca.o from /lib/libPW.a; if yo
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xalloca.h 68 # include <alloca.h>
80 # ifndef alloca
81 # define alloca __builtin_alloca macro
82 # endif /* !alloca */
83 # define ALLOCATE_LOCAL(size) alloca((int)(size))
87 * warning: old mips alloca (pre 2.10) is unusable, new one is built in
89 * from alloca.h which #defines alloca.
91 # if defined(__sun) || defined(alloca)
93 * Some System V boxes extract alloca.o from /lib/libPW.a; if yo
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
putenv.c 33 #pragma alloca
52 # include <alloca.h>
54 # ifndef alloca
56 # define alloca __builtin_alloca macro
58 extern char *alloca ();
60 # endif /* alloca */
76 char *name = (char *) alloca (name_end - string + 1);
  /bionic/libc/include/
alloca.h 34 #define alloca(size) __builtin_alloca(size) macro
  /external/compiler-rt/test/asan/TestCases/
alloca_constant_size.cc 10 // MSVC provides _alloca instead of alloca.
11 #if defined(_MSC_VER) && !defined(alloca)
12 # define alloca _alloca macro
14 #include <alloca.h>
19 char *dynamic_buffer = (char *)alloca(200);
alloca_loop_unpoisoning.cc 13 // MSVC provides _alloca instead of alloca.
14 #if defined(_MSC_VER) && !defined(alloca)
15 # define alloca _alloca macro
25 alloca(len);
28 bot = alloca(i);
alloca_vla_interact.cc 13 // MSVC provides _alloca instead of alloca.
14 #if defined(_MSC_VER) && !defined(alloca)
15 # define alloca _alloca macro
22 // This alloca call should live until the end of foo.
23 char *alloca1 = (char *)alloca(len);
28 // Check that previous alloca was unpoisoned at the end of iteration.
33 // Alloca is unpoisoned at the end of iteration,
35 bot = (char *)alloca(i) - RZ;
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
fficonfig.h 10 #define alloca _alloca macro
14 /* Define if using alloca.c. */
18 This function is required for alloca.c support on those systems. */
21 /* Define if you have alloca, as a function or macro. */
24 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
27 /* If using the C implementation of alloca, define if you know the
  /external/clang/test/CodeGen/
alloca.c 4 void *alloca(size_t size);
8 char *C = (char*)alloca(argc);
  /external/mesa3d/src/compiler/nir/
nir_vla.h 36 _type *_name = alloca((_length) * sizeof *_name)
45 _type *_name = memset(alloca((_length) * sizeof *_name), _byte, (_length) * sizeof *_name)
  /external/clang/test/Sema/
builtins-gnu-mode.c 5 int alloca; variable
implicit-builtin-decl.c 10 void *alloca(__SIZE_TYPE__); // redeclaration okay
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
fficonfig.h 8 systems. This function is required for `alloca.c' support on those systems.
12 /* Define to 1 if using `alloca.c'. */
31 /* Define to 1 if you have `alloca', as a function or macro. */
34 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
129 /* If using the C implementation of alloca, define if you know the
150 #define alloca _alloca macro
ffi_common.h 20 # define alloca __builtin_alloca macro
23 # include <alloca.h>
26 #pragma alloca
28 # ifndef alloca /* predefined by HP cc +Olibcalls */
29 char *alloca ();
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi_common.h 20 # define alloca __builtin_alloca macro
23 # include <alloca.h>
26 # pragma alloca
28 # ifndef alloca /* predefined by HP cc +Olibcalls */
29 char* alloca();
  /external/libogg/macos/compat/sys/
types.h 5 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; (…)
  /external/libvorbis/macos/compat/sys/
types.h 5 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; (…)
  /external/python/cpython2/Modules/_ctypes/libffi/include/
ffi_common.h 23 # include <alloca.h>
26 # ifndef alloca
27 # define alloca __builtin_alloca macro
34 # include <alloca.h>
37 # pragma alloca
39 # ifndef alloca /* predefined by HP cc +Olibcalls */
41 # define alloca _alloca macro
43 char *alloca ();
  /external/clang/test/Analysis/
free.c 5 void *alloca(size_t);
54 char *p = (char*)alloca(2);
55 free(p); // expected-warning {{Memory allocated by alloca() should not be deallocated}}
60 free(p); // expected-warning {{Memory allocated by alloca() should not be deallocated}}
  /system/core/libsysutils/src/
FrameworkClient.cpp 19 #include <alloca.h>
50 char *buffer = (char *) alloca(bufflen);
  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
explicit_symbols.inc 5 EXPLICIT_SYMBOL2(alloca, _alloca)
65 EXPLICIT_SYMBOL2(alloca, _alloca_probe)
  /external/tremolo/Tremolo/
os.h 67 # include <alloca.h>

Completed in 1907 milliseconds

1 2 3 45 6 7 8 91011>>