Home
last modified time | relevance | path

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

12

/external/mesa3d/include/
Dc99_alloca.h36 # define alloca _alloca macro
/external/clang/test/CodeGenObjC/
Dinterface.m4 void *alloca(); function
/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/python/cpython2/Modules/_ctypes/libffi_msvc/
Dfficonfig.h10 #define alloca _alloca macro
/external/python/cpython3/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/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/python/cpython3/Modules/_ctypes/libffi_osx/include/
Dffi_common.h20 # define alloca __builtin_alloca macro
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_types.h171 # define alloca _alloca macro
/external/webrtc/webrtc/base/
Dstringutils.h22 #define alloca _alloca macro
/external/u-boot/tools/gdb/
Dremote.c21 #define alloca __builtin_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/skia/src/sksl/
DSkSLJIT.cpp308 LLVMValueRef alloca = LLVMBuildAlloca(builder, this->getType(var->fType), in getLValue() local
1075 LLVMValueRef alloca = LLVMBuildAlloca(builder, this->getType(decl.fVar->fType), in compileVarDeclarations() local
/external/skqp/src/sksl/
DSkSLJIT.cpp308 LLVMValueRef alloca = LLVMBuildAlloca(builder, this->getType(var->fType), in getLValue() local
1075 LLVMValueRef alloca = LLVMBuildAlloca(builder, this->getType(decl.fVar->fType), in compileVarDeclarations() local
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc294 llvm::AllocaInst* alloca = in EmitAllocaAtFunctionEntryWithCount() local

12