Home
last modified time | relevance | path

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

/freebsd/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
129construct(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(pair<_T1, _T2>* __p, pair<_U1, _U2>&& __pr) { in construct() function
/freebsd/crypto/openssl/include/internal/
H A Dcore.h43 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp90 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
/freebsd/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.c327 OSSL_ENCODER_CTX_set_construct(OSSL_ENCODER_CTX * ctx,OSSL_ENCODER_CONSTRUCT * construct) OSSL_ENCODER_CTX_set_construct() argument
H A Ddecoder_lib.c565 OSSL_DECODER_CONSTRUCT *construct) in OSSL_DECODER_CTX_set_construct()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.cpp116 char *construct = __kmp_pragma(ct, ident); in __kmp_error_construct() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp849 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, in construct() function in PathDiagnosticCallPiece
860 PathDiagnosticCallPiece::construct(PathPieces &path, in construct() function in PathDiagnosticCallPiece
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions.c842 EXT_RETURN (*construct)(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_extensions() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h241 llvm::omp::Directive construct; member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h404 template <class T> void construct(T V) { in construct() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp581 auto construct = [&](const auto *Ty) { in createTypeDIE() local
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1076 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter)) in hasTrivialGetExpr() local
H A DCGCall.cpp1482 void ClangToLLVMArgMapping::construct(const ASTContext &Context, in construct() function in __anonf4c048640511::ClangToLLVMArgMapping
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp664 void AmbiguousConversionSequence::construct() { in construct() function in AmbiguousConversionSequence
H A DSemaDeclCXX.cpp16861 CXXConstructExpr *construct = result.getAs<CXXConstructExpr>(); in BuildExceptionDeclaration() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7344 void construct(Args&&... args) in construct() function