Home
last modified time | relevance | path

Searched defs:Constructor (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlootut.pod132 =head3 Constructor subsection
H A Dperlclassguts.pod368 =head2 Constructor section in RUNTIME BEHAVIOUR
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dstrings_test.cpp15 TEST(ScudoStringsTest, Constructor) { in TEST() argument
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DAnyCall.h43 Constructor, enumerator
H A DCFG.h66 Constructor, enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Index/
H A DIndexSymbol.h51 Constructor, enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp164 CXXConstructorDecl *Constructor = CXXConstructorDecl::Create( in addDefaultHandleConstructor() local
H A DSemaDeclCXX.cpp2301 if (const CXXConstructorDecl *Constructor in CheckConstexprFunctionBody() local
3628 const CXXConstructorDecl *Constructor; member in __anonb2dcaa771011::UninitializedFieldVisitor
3954 Sema &SemaRef, const CXXConstructorDecl *Constructor) { in DiagnoseUninitializedFields()
4260 CXXConstructorDecl *Constructor in BuildMemInitializer() local
4737 BuildImplicitBaseInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, in BuildImplicitBaseInitializer()
4820 BuildImplicitMemberInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, in BuildImplicitMemberInitializer()
5153 Sema::SetDelegatingInitializer(CXXConstructorDecl *Constructor, in SetDelegatingInitializer()
5174 bool Sema::SetCtorInitializers(CXXConstructorDecl *Constructor, bool AnyErrors, in SetCtorInitializers()
5389 Sema &SemaRef, const CXXConstructorDecl *Constructor, in DiagnoseBaseOrMemInitializerOrder()
5593 CXXConstructorDecl *Constructor in ActOnMemInitializers() local
[all …]
H A DSemaAccess.cpp1632 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
1676 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
H A DSemaInit.cpp3733 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T, in AddConstructorInitializationStep()
6677 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); in CopyObject() local
6873 CXXConstructorDecl *Constructor in PerformConstructorInitialization() local
8712 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Fn)) { in Perform() local
9726 CXXConstructorDecl *Constructor in Diagnose() local
9809 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(S.CurContext); in Diagnose() local
H A DSemaOverload.cpp1459 if (CXXConstructorDecl *Constructor in TryUserDefinedConversion() local
3449 CXXConstructorDecl *Constructor, in isFirstArgumentCompatibleWithType()
3497 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); in IsInitializerListConstructorConversion() local
3677 if (CXXConstructorDecl *Constructor in IsUserDefinedConversion() local
6460 CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Function); in AddOverloadCandidate() local
H A DSemaExprCXX.cpp4106 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Method); in BuildCXXCastArgument() local
5299 auto *Constructor = cast<CXXConstructorDecl>(ND->getUnderlyingDecl()); in EvaluateUnaryTypeTrait() local
5337 auto *Constructor = cast<CXXConstructorDecl>(ND->getUnderlyingDecl()); in EvaluateUnaryTypeTrait() local
H A DTreeTransform.h3371 CXXConstructorDecl *Constructor, in RebuildCXXConstructExpr()
3404 CXXConstructorDecl *Constructor, in RebuildCXXInheritedCtorInitExpr()
13026 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( in TransformCXXConstructExpr() local
13066 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( in TransformCXXInheritedCtorInitExpr() local
13118 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( in TransformCXXTemporaryObjectExpr() local
H A DSemaCodeComplete.cpp6346 CXXConstructorDecl *Constructor = in ProduceCtorInitMemberSignatureHelp() local
6800 auto *Constructor = dyn_cast<CXXConstructorDecl>(ConstructorD); in CodeCompleteConstructorInitializer() local
H A DSemaTemplateInstantiateDecl.cpp2501 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in VisitCXXMethodDecl() local
H A DSemaExpr.cpp18256 if (auto *Constructor = dyn_cast<CXXConstructorDecl>(Func)) in MarkFunctionReferenced() local
18314 if (CXXConstructorDecl *Constructor = in MarkFunctionReferenced() local
18423 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Func)) { in MarkFunctionReferenced() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConsumed.cpp772 CXXConstructorDecl *Constructor = Call->getConstructor(); in VisitCXXConstructExpr() local
1201 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in determineExpectedReturnState() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp762 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in addedMember() local
819 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(DUnderlying)) { in addedMember() local
1432 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in finishedDefaultedOrDeletedMember() local
1497 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in setTrivialForCallFlags() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h173 Constructor, enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DOverload.h1204 CXXConstructorDecl *Constructor; member
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h249 Constructor = 0x02, enumerator
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp872 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(ND)) { in VisitFunctionDecl() local
8822 const CXXConstructorDecl *Constructor = in clang_CXXConstructor_isDefaultConstructor() local
8832 const CXXConstructorDecl *Constructor = in clang_CXXConstructor_isCopyConstructor() local
8842 const CXXConstructorDecl *Constructor = in clang_CXXConstructor_isMoveConstructor() local
8852 const CXXConstructorDecl *Constructor = in clang_CXXConstructor_isConvertingConstructor() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp1713 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) in isTrivialInitializer() local
H A DCGClass.cpp632 const CXXConstructorDecl *Constructor, in EmitMemberInitializer()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3391 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local

12