Home
last modified time | relevance | path

Searched defs:alloca (Results 1 – 25 of 37) sorted by relevance

12

/external/bison/linux-lib/
Dalloca.h40 # define alloca __builtin_alloca macro
42 # define alloca __alloca macro
45 # define alloca _alloca macro
47 # define alloca __ALLOCA macro
54 # define alloca _alloca macro
/external/bison/lib/
Dalloca.in.h39 # define alloca __builtin_alloca macro
41 # define alloca __alloca macro
44 # define alloca _alloca macro
46 # define alloca __ALLOCA macro
53 # define alloca _alloca macro
Dspawni.c64 # define alloca __alloca macro
/external/bison/darwin-lib/
Dalloca.h40 # define alloca __builtin_alloca macro
42 # define alloca __alloca macro
45 # define alloca _alloca macro
47 # define alloca __ALLOCA macro
54 # define alloca _alloca macro
/external/mesa3d/include/
Dc99_alloca.h36 # define alloca _alloca macro
/external/syslinux/gpxe/src/include/
Dalloca.h23 #define alloca(size) __builtin_alloca ( size ) macro
/external/syslinux/com32/include/
Dalloca.h10 #define alloca(size) __builtin_alloca(size) macro
/external/clang/test/CodeGenObjC/
Dinterface.m4 void *alloca(); function
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dfficonfig.h10 #define alloca _alloca macro
/external/compiler-rt/test/asan/TestCases/
Dalloca_constant_size.cc12 # define alloca _alloca macro
Dalloca_vla_interact.cc15 # define alloca _alloca macro
Dalloca_loop_unpoisoning.cc15 # define alloca _alloca macro
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dfficonfig.h150 #define alloca _alloca macro
Dffi_common.h20 # define alloca __builtin_alloca macro
/external/e2fsprogs/intl/
Dlocalealias.c39 # define alloca __builtin_alloca macro
44 # define alloca _alloca macro
109 # define alloca(n) malloc (n) macro
Dprintf.c25 # define alloca __builtin_alloca macro
30 # define alloca _alloca macro
Dloadmsgcat.c38 # define alloca __builtin_alloca macro
43 # define alloca _alloca macro
472 # define alloca(n) malloc (n) macro
Ddcigettext.c33 # define alloca __builtin_alloca macro
38 # define alloca _alloca macro
358 # define alloca(size) (malloc (size)) macro
/external/clang/test/Sema/
Dbuiltins-gnu-mode.c5 int alloca; variable
/external/clang/test/Analysis/
DNewDelete-intersections.mm34 int *p5 = (int *)alloca(sizeof(int)); function
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dffi_common.h20 # define alloca __builtin_alloca macro
/external/webrtc/webrtc/base/
Dstringutils.h22 #define alloca _alloca macro
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp431 AllocaInst *alloca = in emitCallAndSwitchStatement() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp395 AllocaInst *alloca = in emitCallAndSwitchStatement() local
/external/clang/lib/CodeGen/
DCodeGenFunction.h3429 Address alloca = in save() local
3441 auto alloca = cast<llvm::AllocaInst>(value.getPointer()); in restore() local

12