/external/bison/linux-lib/ |
D | alloca.h | 40 # 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/ |
D | alloca.in.h | 39 # 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
|
D | spawni.c | 64 # define alloca __alloca macro
|
/external/bison/darwin-lib/ |
D | alloca.h | 40 # 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/ |
D | c99_alloca.h | 36 # define alloca _alloca macro
|
/external/syslinux/gpxe/src/include/ |
D | alloca.h | 23 #define alloca(size) __builtin_alloca ( size ) macro
|
/external/syslinux/com32/include/ |
D | alloca.h | 10 #define alloca(size) __builtin_alloca(size) macro
|
/external/clang/test/CodeGenObjC/ |
D | interface.m | 4 void *alloca(); function
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | fficonfig.h | 10 #define alloca _alloca macro
|
/external/compiler-rt/test/asan/TestCases/ |
D | alloca_constant_size.cc | 12 # define alloca _alloca macro
|
D | alloca_vla_interact.cc | 15 # define alloca _alloca macro
|
D | alloca_loop_unpoisoning.cc | 15 # define alloca _alloca macro
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | fficonfig.h | 150 #define alloca _alloca macro
|
D | ffi_common.h | 20 # define alloca __builtin_alloca macro
|
/external/e2fsprogs/intl/ |
D | localealias.c | 39 # define alloca __builtin_alloca macro 44 # define alloca _alloca macro 109 # define alloca(n) malloc (n) macro
|
D | printf.c | 25 # define alloca __builtin_alloca macro 30 # define alloca _alloca macro
|
D | loadmsgcat.c | 38 # define alloca __builtin_alloca macro 43 # define alloca _alloca macro 472 # define alloca(n) malloc (n) macro
|
D | dcigettext.c | 33 # define alloca __builtin_alloca macro 38 # define alloca _alloca macro 358 # define alloca(size) (malloc (size)) macro
|
/external/clang/test/Sema/ |
D | builtins-gnu-mode.c | 5 int alloca; variable
|
/external/clang/test/Analysis/ |
D | NewDelete-intersections.mm | 34 int *p5 = (int *)alloca(sizeof(int)); function
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 20 # define alloca __builtin_alloca macro
|
/external/webrtc/webrtc/base/ |
D | stringutils.h | 22 #define alloca _alloca macro
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 431 AllocaInst *alloca = in emitCallAndSwitchStatement() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 395 AllocaInst *alloca = in emitCallAndSwitchStatement() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 3429 Address alloca = in save() local 3441 auto alloca = cast<llvm::AllocaInst>(value.getPointer()); in restore() local
|