Home
last modified time | relevance | path

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

12

/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/oprofile/libpopt/
Dsystem.h61 #define alloca __builtin_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/clang/test/Sema/
Dbuiltins-gnu-mode.c5 int alloca; variable
/external/libvorbis/lib/
Dos.h57 # define alloca _alloca macro
/external/openssl/crypto/bn/
Dbn_exp.c120 # define alloca _alloca macro
124 # define alloca(s) __builtin_alloca((s)) macro
/external/chromium_org/third_party/webrtc/base/
Dstringutils.h22 #define alloca _alloca macro
/external/openssl/crypto/
Dcryptlib.c782 #define alloca _alloca macro
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h.in290 # define alloca _alloca macro
Djemalloc_internal.h290 # define alloca _alloca macro
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp442 AllocaInst *alloca = in emitCallAndSwitchStatement() local
/external/chromium_org/third_party/boringssl/src/crypto/bn/
Dgeneric.c68 #define alloca _alloca macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dpmu-bison.c259 # define alloca _alloca macro
Dparse-events-bison.c291 # define alloca _alloca macro
/external/opencv/cxcore/include/
Dcxmisc.h124 #define alloca __builtin_alloca macro
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DExpressionParser.cpp315 # define alloca _alloca macro
/external/elfutils/0.153/src/
Dldscript.c372 # define alloca _alloca macro
/external/clang/test/Analysis/
Dmisc-ps-region-store.m6 void *alloca(size_t); function

12