/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/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/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/e2fsprogs/intl/ |
D | localealias.c | 39 # define alloca __builtin_alloca macro 44 # define alloca _alloca macro 109 # define alloca(n) malloc (n) macro
|
D | loadmsgcat.c | 38 # define alloca __builtin_alloca macro 43 # define alloca _alloca macro 472 # define alloca(n) malloc (n) macro
|
D | printf.c | 25 # define alloca __builtin_alloca macro 30 # define alloca _alloca 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/CodeGenObjC/ |
D | interface.m | 4 void *alloca(); function
|
/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
|
D | misc-ps-region-store.m | 6 void *alloca(size_t); function
|
/external/libvorbis/lib/ |
D | os.h | 57 # define alloca _alloca macro
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1341 Value *alloca = allocaMap[originalValue]; in insertRelocationStores() local 1375 AllocaInst *alloca = new AllocaInst(liveValue->getType(), "", in relocationViaAlloca() local 1451 Value *alloca = Pair.second; in relocationViaAlloca() local
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 442 AllocaInst *alloca = in emitCallAndSwitchStatement() local
|
/external/boringssl/src/crypto/bn/ |
D | generic.c | 73 #define alloca _alloca macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 333 # define alloca _alloca macro
|
D | jemalloc_internal.h.in | 333 # define alloca _alloca macro
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | pmu-bison.c | 259 # define alloca _alloca macro
|
D | parse-events-bison.c | 291 # define alloca _alloca macro
|
/external/opencv/cxcore/include/ |
D | cxmisc.h | 124 #define alloca __builtin_alloca macro
|
/external/elfutils/src/src/ |
D | ldscript.c | 381 # define alloca _alloca macro
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 2939 llvm::Value *alloca = in save() local
|
D | CGBlocks.cpp | 1206 llvm::AllocaInst *alloca = in GenerateBlockFunction() local
|
/external/elfutils/src/libcpu/ |
D | i386_parse.c | 496 # define alloca _alloca macro
|