Home
last modified time | relevance | path

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

/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/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/e2fsprogs/intl/
Dlocalealias.c39 # define alloca __builtin_alloca macro
44 # define alloca _alloca macro
109 # define alloca(n) malloc (n) macro
Dloadmsgcat.c38 # define alloca __builtin_alloca macro
43 # define alloca _alloca macro
472 # define alloca(n) malloc (n) macro
Dprintf.c25 # define alloca __builtin_alloca macro
30 # define alloca _alloca macro
Ddcigettext.c33 # define alloca __builtin_alloca macro
38 # define alloca _alloca macro
358 # define alloca(size) (malloc (size)) macro
/external/clang/test/CodeGenObjC/
Dinterface.m4 void *alloca(); function
/external/compiler-rt/test/asan/TestCases/
Dalloca_loop_unpoisoning.cc15 # define alloca _alloca macro
Dalloca_vla_interact.cc15 # define alloca _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
Dmisc-ps-region-store.m6 void *alloca(size_t); function
/external/libvorbis/lib/
Dos.h57 # define alloca _alloca macro
/external/webrtc/webrtc/base/
Dstringutils.h22 #define alloca _alloca macro
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp443 AllocaInst *alloca = in emitCallAndSwitchStatement() local
/external/clang/lib/CodeGen/
DCodeGenFunction.h3229 Address alloca = in save() local
3241 auto alloca = cast<llvm::AllocaInst>(value.getPointer()); in restore() local
DCGBlocks.cpp1228 Address alloca = in GenerateBlockFunction() local
DCGCall.cpp2446 if (auto alloca = dyn_cast<llvm::AllocaInst>(returnValueInst)) { in EmitFunctionEpilog() local
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h.in345 # define alloca _alloca macro
Djemalloc_internal.h345 # define alloca _alloca macro
/external/opencv/cxcore/include/
Dcxmisc.h124 #define alloca __builtin_alloca macro
/external/libpcap/
Dgrammar.c766 # define alloca _alloca macro