Searched defs:alloca (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.1-release/contrib/binutils/include/
H A Dalloca-conf.h5 # define alloca __builtin_alloca macro
H A Dlibiberty.h623 #undef alloca macro
625 # define alloca(x) __builtin_alloca(x) macro
633 # define alloca( macro
[all...]
/freebsd-10.1-release/contrib/gdb/include/
H A Dalloca-conf.h5 # define alloca __builtin_alloca macro
H A Dlibiberty.h305 #undef alloca macro
307 # define alloca(x) __builtin_alloca(x) macro
315 # define alloca( macro
[all...]
/freebsd-10.1-release/lib/libc/arm/gen/
H A Dalloca.S40 ENTRY(alloca) function
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dputenv.c56 # define alloca __builtin_alloca macro
H A Dcp-demangle.c119 # define alloca __builtin_alloca macro
[all...]
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dputenv.c56 # define alloca __builtin_alloca macro
/freebsd-10.1-release/contrib/gcc/
H A Dtsystem.h121 #undef alloca macro
122 #define alloca(x) __builtin_alloca(x) macro
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_malloc.h28 # define alloca __builtin_alloca macro
32 # define alloca __alloca macro
37 # define alloca _alloca macro
[all...]
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dsysdep.h125 # undef alloca macro
124 # undef alloca macro
/freebsd-10.1-release/include/
H A Dstdlib.h246 #undef alloca /* some GNU bits try to get cute and define this on their own */ macro
247 #define alloca(sz) __builtin_alloca(sz) macro
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dlibiberty.h595 #undef alloca macro
597 # define alloca(x) __builtin_alloca(x) macro
605 # define alloca( macro
[all...]
/freebsd-10.1-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks1.c480 #undef alloca macro
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltins.h24 #undef alloca macro
/freebsd-10.1-release/crypto/openssl/crypto/bn/
H A Dbn_exp.c120 # define alloca _alloca macro
124 # define alloca(s) __builtin_alloca((s)) macro
/freebsd-10.1-release/contrib/binutils/ld/
H A Dld.h36 # undef alloca macro
37 # define alloca __builtin_alloca macro
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp442 AllocaInst *alloca = local
/freebsd-10.1-release/crypto/openssl/crypto/
H A Dcryptlib.c782 # define alloca _alloca macro
/freebsd-10.1-release/crypto/openssl/engines/
H A De_padlock.c139 # define alloca _alloca macro
143 # define alloca(s) __builtin_alloca(s) macro
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddefs.h1107 /* Various possibilities for alloca. */ macro
/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h371 # define alloca _alloca macro
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1188 llvm::AllocaInst *alloca = local
/freebsd-10.1-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.c385 # define alloca _alloca macro
/freebsd-10.1-release/crypto/heimdal/lib/com_err/
H A Dparse.c139 #define alloca(x) malloc(x) macro
286 # define alloca _alloca macro

Completed in 393 milliseconds

12