Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp87 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.cpp116 char *construct = __kmp_pragma(ct, ident); in __kmp_error_construct() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp847 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, in construct() function in PathDiagnosticCallPiece
858 PathDiagnosticCallPiece::construct(PathPieces &path, in construct() function in PathDiagnosticCallPiece
/freebsd-13.1/crypto/openssl/ssl/statem/
H A Dextensions.c843 EXT_RETURN (*construct)(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_extensions() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h399 template <class T> void construct(T V) { in construct() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp153 RangeSet::ContainerType *RangeSet::Factory::construct(ContainerType &&From) { in construct() function in RangeSet::Factory
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1071 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter)) in hasTrivialGetExpr() local
H A DCGCall.cpp1462 void ClangToLLVMArgMapping::construct(const ASTContext &Context, in construct() function in __anond6ec6b980511::ClangToLLVMArgMapping
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp569 void AmbiguousConversionSequence::construct() { in construct() function in AmbiguousConversionSequence
H A DSemaDeclCXX.cpp16226 CXXConstructExpr *construct = result.getAs<CXXConstructExpr>(); in BuildExceptionDeclaration() local
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp7344 void construct(Args&&... args) in construct() function