Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 16 of 16) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h119 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Ts&&... __args) { in construct() function
129 construct(pair<_T1, _T2>* __p, piecewise_construct_t, tuple<_Args1...> __x, tuple<_Args2...> __y) { in construct() function
141 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p) { in construct() function
146 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, _Up&& __u, _Vp&& __v) { in construct() function
154 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, const pair<_U1, _U2>& __pr) { in construct() function
159 _LIBCPP_HIDE_FROM_ABI void construct(pai function
[all...]
/freebsd-src/crypto/openssl/include/internal/
H A Dcore.h43 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp90 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
/freebsd-src/crypto/openssl/crypto/encode_decode/
H A Dencoder_local.h98 OSSL_ENCODER_CONSTRUCT *construct; member
153 OSSL_DECODER_CONSTRUCT *construct; member
H A Dencoder_lib.c332 OSSL_ENCODER_CONSTRUCT *construct) in OSSL_ENCODER_CTX_set_construct()
H A Ddecoder_lib.c565 OSSL_DECODER_CONSTRUCT *construct) in OSSL_DECODER_CTX_set_construct()
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.cpp116 char *construct = __kmp_pragma(ct, ident); in __kmp_error_construct() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp846 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, construct() function in PathDiagnosticCallPiece
857 PathDiagnosticCallPiece::construct(PathPieces &path, construct() function in PathDiagnosticCallPiece
/freebsd-src/crypto/openssl/ssl/statem/
H A Dextensions.c842 EXT_RETURN (*construct)(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_extensions() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h404 template <class T> void construct(T V) { in construct() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp342 RangeSet::ContainerType *RangeSet::Factory::construct(ContainerType &&From) { in construct() function in RangeSet::Factory
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1072 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter)) hasTrivialGetExpr() local
H A DCGCall.cpp1504 void ClangToLLVMArgMapping::construct(const ASTContext &Context, construct() function in __anon78e357f60511::ClangToLLVMArgMapping
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp586 void AmbiguousConversionSequence::construct() { construct() function in AmbiguousConversionSequence
H A DSemaDeclCXX.cpp17003 CXXConstructExpr *construct = result.getAs<CXXConstructExpr>(); BuildExceptionDeclaration() local
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp7344 void construct(Args&&... args) in construct() function