/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/ |
H A D | polymorphic_allocator.h | 119 _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(pair<_T1, _T2>* __p, pair<_U1, _U2>&& __pr) { in construct() function
|
/freebsd/crypto/openssl/include/internal/ |
H A D | core.h | 43 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 90 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
|
/freebsd/crypto/openssl/crypto/encode_decode/ |
H A D | encoder_local.h | 98 OSSL_ENCODER_CONSTRUCT *construct; member 153 OSSL_DECODER_CONSTRUCT *construct; member
|
H A D | encoder_lib.c | 327 OSSL_ENCODER_CTX_set_construct(OSSL_ENCODER_CTX * ctx,OSSL_ENCODER_CONSTRUCT * construct) OSSL_ENCODER_CTX_set_construct() argument
|
H A D | decoder_lib.c | 565 OSSL_DECODER_CONSTRUCT *construct) in OSSL_DECODER_CTX_set_construct()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_error.cpp | 116 char *construct = __kmp_pragma(ct, ident); in __kmp_error_construct() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 849 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 D | extensions.c | 842 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 D | ConstructDecompositionT.h | 241 llvm::omp::Directive construct; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 404 template <class T> void construct(T V) { in construct() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 581 auto construct = [&](const auto *Ty) { in createTypeDIE() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 342 RangeSet::ContainerType *RangeSet::Factory::construct(ContainerType &&From) { in construct() function in RangeSet::Factory
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 1076 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter)) in hasTrivialGetExpr() local
|
H A D | CGCall.cpp | 1482 void ClangToLLVMArgMapping::construct(const ASTContext &Context, in construct() function in __anonf4c048640511::ClangToLLVMArgMapping
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 664 void AmbiguousConversionSequence::construct() { in construct() function in AmbiguousConversionSequence
|
H A D | SemaDeclCXX.cpp | 16861 CXXConstructExpr *construct = result.getAs<CXXConstructExpr>(); in BuildExceptionDeclaration() local
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 7344 void construct(Args&&... args) in construct() function
|