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

12

/freebsd-12-stable/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-12-stable/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-12-stable/contrib/gcclibs/libiberty/
H A Dputenv.c56 # define alloca __builtin_alloca macro
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dputenv.c56 # define alloca __builtin_alloca macro
H A Dcp-demangle.c119 # define alloca __builtin_alloca macro
[all...]
/freebsd-12-stable/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-12-stable/contrib/gcc/
H A Dtsystem.h121 #undef alloca macro
122 #define alloca(x) __builtin_alloca(x) macro
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h96 #define alloca _alloca // Allow to use alloca() with no underscore. macro
/freebsd-12-stable/contrib/binutils/binutils/
H A Dsysdep.h125 # undef alloca macro
124 # undef alloca macro
/freebsd-12-stable/include/
H A Dstdlib.h253 #undef alloca /* some GNU bits try to get cute and define this on their own */ macro
254 #define alloca(sz) __builtin_alloca(sz) macro
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_types.h171 # define alloca _alloca macro
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h23 #undef alloca macro
/freebsd-12-stable/contrib/gcclibs/include/
H A Dlibiberty.h595 #undef alloca macro
597 # define alloca(x) __builtin_alloca(x) macro
605 # define alloca( macro
[all...]
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks1.c480 #undef alloca macro
/freebsd-12-stable/crypto/openssl/crypto/
H A Dcryptlib.c181 # define alloca _alloca macro
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_exp.c18 # define alloca _alloca macro
22 # define alloca(s) __builtin_alloca((s)) macro
/freebsd-12-stable/contrib/binutils/ld/
H A Dld.h36 # undef alloca macro
37 # define alloca __builtin_alloca macro
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/sodium/
H A Dutils.c29 # define alloca __builtin_alloca macro
31 # define alloca __alloca macro
34 # define alloca _alloca macro
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddefs.h1107 /* Various possibilities for alloca. */ macro
/freebsd-12-stable/contrib/amd/fsinfo/
H A Dnull_gram.c250 # define alloca _alloca macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1092 AllocaInst *alloca = local
[all...]
/freebsd-12-stable/crypto/heimdal/lib/com_err/
H A Dparse.c139 #define alloca(x) malloc(x) macro
286 # define alloca _alloca macro
/freebsd-12-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c277 # define alloca _alloca macro

Completed in 325 milliseconds

12