Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_malloc.h28 # define alloca __builtin_alloca macro
32 # define alloca __alloca macro
37 # define alloca _alloca macro
/freebsd/contrib/com_err/
H A Dparse.y46 #define alloca(x) malloc(x) macro
/freebsd/crypto/heimdal/lib/com_err/
H A Dparse.y46 #define alloca(x) malloc(x) macro
H A Dparse.c139 #define alloca(x) malloc(x) macro
286 # define alloca _alloca macro
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtcompilerparser.y164 #define alloca AslLocalAllocate macro
H A Daslparser.y184 #define alloca AslLocalAllocate macro
H A Ddtparser.y163 #define alloca AslLocalAllocate macro
H A Dprparser.y163 #define alloca AslLocalAllocate macro
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y81 #define alloca(x) malloc(x) macro
H A Dftpcmd.c280 #define alloca(x) malloc(x) macro
424 # define alloca _alloca macro
/freebsd/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/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h96 #define alloca _alloca // Allow to use alloca() with no underscore. macro
/freebsd/crypto/openssl/crypto/
H A Dcryptlib.c26 # define alloca _alloca macro
/freebsd/include/
H A Dstdlib.h252 #define alloca(sz) __builtin_alloca(sz) macro
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_types.h100 # define alloca _alloca macro
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp.c18 # define alloca _alloca macro
22 # define alloca(s) __builtin_alloca((s)) macro
/freebsd/crypto/openssl/engines/
H A De_capi.c25 # define alloca _alloca macro
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.c277 # define alloca _alloca macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1189 AllocaInst *alloca = in emitCallAndSwitchStatement() local
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.c434 # define alloca _alloca macro
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1530 Address alloca = in GenerateBlockFunction() local
H A DCGCall.cpp3309 Address alloca = CreateMemTemp(Ty, getContext().getDeclAlign(Arg)); in EmitFunctionProlog() local
/freebsd/contrib/unbound/util/
H A Dconfigparser.c1098 # define alloca _alloca macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_parser.c1164 /* The parser invokes alloca or malloc; define the necessary symbols. */ macro