/external/clang/test/CodeGen/ |
builtins-ms.c | 6 capture(_alloca(n));
|
/external/bison/darwin-lib/ |
alloca.h | 45 # define alloca _alloca 52 void *_alloca (unsigned short); 53 # pragma intrinsic (_alloca) 54 # define alloca _alloca
|
/external/bison/lib/ |
alloca.in.h | 44 # define alloca _alloca 51 void *_alloca (unsigned short); 52 # pragma intrinsic (_alloca) 53 # define alloca _alloca
|
/external/bison/linux-lib/ |
alloca.h | 45 # define alloca _alloca 52 void *_alloca (unsigned short); 53 # pragma intrinsic (_alloca) 54 # define alloca _alloca
|
/external/v8/tools/gyp/test/win/compiler-flags/ |
buffer-security.cc | 9 char* stuff = reinterpret_cast<char*>(_alloca(256));
|
/external/compiler-rt/lib/builtins/i386/ |
chkstk2.S | 8 // _chkstk (_alloca) routine - probe stack between %esp and (%esp-%eax) in 4k increments, 15 DEFINE_COMPILERRT_FUNCTION(_alloca) // _chkstk and _alloca are the same function 38 END_COMPILERRT_FUNCTION(_alloca)
|
/external/llvm/lib/Support/ |
SearchForAddressOfSpecialSymbol.cpp | 45 EXPLICIT_SYMBOL(_alloca);
|
/toolchain/binutils/binutils-2.25/include/ |
alloca-conf.h | 39 # define alloca _alloca
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/ |
aligncomm-1.c | 23 void _alloca (void) function
|
aligncomm-2.c | 24 void _alloca (void) function
|
aligncomm-3.c | 25 void _alloca (void) function
|
aligncomm-4.c | 26 void _alloca (void) function
|
/external/compiler-rt/test/asan/TestCases/ |
alloca_loop_unpoisoning.cc | 13 // MSVC provides _alloca instead of alloca. 15 # define alloca _alloca
|
alloca_vla_interact.cc | 13 // MSVC provides _alloca instead of alloca. 15 # define alloca _alloca
|
/external/libvorbis/lib/ |
os.h | 56 void *_alloca(size_t size); 57 # define alloca _alloca
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
malloc.h | 116 #undef _alloca macro 117 #define _alloca(x) __builtin_alloca((x)) macro 119 void *__cdecl _alloca(size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; 156 _MarkAllocaS(_alloca((size) + _ALLOCA_S_MARKER_SIZE),_ALLOCA_S_STACK_MARKER) : \ 185 #define alloca _alloca
|
stralign.h | 161 #define __UA_STACKCOPY(p,s) memcpy(_alloca(s),p,s) 166 #define WSTR_ALIGNED_STACK_COPY(d,s) { PCUWSTR __ua_src; ULONG __ua_size; PWSTR __ua_dst; __ua_src = (s); if(WSTR_ALIGNED(__ua_src)) { __ua_dst = (PWSTR)__ua_src; } else { __ua_size = __UA_WSTRSIZE(__ua_src); __ua_dst = (PWSTR)_alloca(__ua_size); memcpy(__ua_dst,__ua_src,__ua_size); } *(d) = (PCWSTR)__ua_dst; }
|
/external/llvm/lib/Support/Windows/ |
explicit_symbols.inc | 4 EXPLICIT_SYMBOL(_alloca) 5 EXPLICIT_SYMBOL2(alloca, _alloca)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xw32defs.h | 14 # define alloca _alloca
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xw32defs.h | 14 # define alloca _alloca
|
/external/libopus/celt/ |
stack_alloc.h | 106 # define ALLOC(var, size, type) var = ((type*)_alloca(sizeof(type)*(size)))
|
/external/clang/test/Parser/ |
MicrosoftExtensions.cpp | 361 void *_alloca(int); 364 __declspec(align(16)) int *buffer = (int *)_alloca(9);
|
/external/boringssl/src/crypto/bio/ |
file.c | 108 WCHAR *wfilename = _alloca(sz * sizeof(WCHAR));
|
/external/e2fsprogs/intl/ |
localealias.c | 44 # define alloca _alloca
|
printf.c | 30 # define alloca _alloca
|