/freebsd-src/crypto/openssl/doc/man3/ |
H A D | OSSL_ENCODER_CTX.pod | 132 =head2 Constructor global() section in DESCRIPTION
|
H A D | OSSL_DECODER_CTX.pod | 169 =head2 Constructor global() section in DESCRIPTION
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | AnyCall.h | 43 Constructor, enumerator
|
H A D | CFG.h | 67 Constructor, enumerator
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 51 Constructor, enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 162 CXXConstructorDecl *Constructor = CXXConstructorDecl::Create( addDefaultHandleConstructor() local
|
H A D | SemaDeclCXX.cpp | 2336 if (const CXXConstructorDecl *Constructor CheckConstexprFunctionBody() local 3778 const CXXConstructorDecl *Constructor; global() member in __anon5bed44920f11::UninitializedFieldVisitor 4104 DiagnoseUninitializedFields(Sema & SemaRef,const CXXConstructorDecl * Constructor) DiagnoseUninitializedFields() argument 4451 CXXConstructorDecl *Constructor BuildMemInitializer() local 4929 BuildImplicitBaseInitializer(Sema & SemaRef,CXXConstructorDecl * Constructor,ImplicitInitializerKind ImplicitInitKind,CXXBaseSpecifier * BaseSpec,bool IsInheritedVirtualBase,CXXCtorInitializer * & CXXBaseInit) BuildImplicitBaseInitializer() argument 5012 BuildImplicitMemberInitializer(Sema & SemaRef,CXXConstructorDecl * Constructor,ImplicitInitializerKind ImplicitInitKind,FieldDecl * Field,IndirectFieldDecl * Indirect,CXXCtorInitializer * & CXXMemberInit) BuildImplicitMemberInitializer() argument 5345 SetDelegatingInitializer(CXXConstructorDecl * Constructor,CXXCtorInitializer * Initializer) SetDelegatingInitializer() argument 5366 SetCtorInitializers(CXXConstructorDecl * Constructor,bool AnyErrors,ArrayRef<CXXCtorInitializer * > Initializers) SetCtorInitializers() argument 5581 DiagnoseBaseOrMemInitializerOrder(Sema & SemaRef,const CXXConstructorDecl * Constructor,ArrayRef<CXXCtorInitializer * > Inits) DiagnoseBaseOrMemInitializerOrder() argument 5785 CXXConstructorDecl *Constructor ActOnMemInitializers() local 5991 if (CXXConstructorDecl *Constructor ActOnDefaultCtorInitializers() local 10802 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Method)) ActOnFinishDelayedCXXMethodDeclaration() local 10900 CheckConstructor(CXXConstructorDecl * Constructor) CheckConstructor() argument 14023 DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,CXXConstructorDecl * Constructor) DefineImplicitDefaultConstructor() argument 14162 DefineInheritingConstructor(SourceLocation CurrentLocation,CXXConstructorDecl * Constructor) DefineInheritingConstructor() argument 16036 BuildCXXConstructExpr(SourceLocation ConstructLoc,QualType DeclInitType,NamedDecl * FoundDecl,CXXConstructorDecl * Constructor,MultiExprArg ExprArgs,bool HadMultipleCandidates,bool IsListInitialization,bool IsStdInitListInitialization,bool RequiresZeroInit,CXXConstructionKind ConstructKind,SourceRange ParenRange) BuildCXXConstructExpr() argument 16078 BuildCXXConstructExpr(SourceLocation ConstructLoc,QualType DeclInitType,NamedDecl * FoundDecl,CXXConstructorDecl * Constructor,bool Elidable,MultiExprArg ExprArgs,bool HadMultipleCandidates,bool IsListInitialization,bool IsStdInitListInitialization,bool RequiresZeroInit,CXXConstructionKind ConstructKind,SourceRange ParenRange) BuildCXXConstructExpr() argument 16101 BuildCXXConstructExpr(SourceLocation ConstructLoc,QualType DeclInitType,CXXConstructorDecl * Constructor,bool Elidable,MultiExprArg ExprArgs,bool HadMultipleCandidates,bool IsListInitialization,bool IsStdInitListInitialization,bool RequiresZeroInit,CXXConstructionKind ConstructKind,SourceRange ParenRange) BuildCXXConstructExpr() argument 16189 CompleteConstructorCall(CXXConstructorDecl * Constructor,QualType DeclInitType,MultiExprArg ArgsPtr,SourceLocation Loc,SmallVectorImpl<Expr * > & ConvertedArgs,bool AllowExplicit,bool IsListInitialization) CompleteConstructorCall() argument [all...] |
H A D | SemaAccess.cpp | 1642 CheckConstructorAccess(SourceLocation UseLoc,CXXConstructorDecl * Constructor,DeclAccessPair Found,const InitializedEntity & Entity,bool IsCopyBindingRefToTemp) CheckConstructorAccess() argument 1686 CheckConstructorAccess(SourceLocation UseLoc,CXXConstructorDecl * Constructor,DeclAccessPair Found,const InitializedEntity & Entity,const PartialDiagnostic & PD) CheckConstructorAccess() argument
|
H A D | SemaInit.cpp | 3844 AddConstructorInitializationStep(DeclAccessPair FoundDecl,CXXConstructorDecl * Constructor,QualType T,bool HadMultipleCandidates,bool FromInitList,bool AsInitList) AddConstructorInitializationStep() argument 6823 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); CopyObject() local 7017 CXXConstructorDecl *Constructor PerformConstructorInitialization() local 8881 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Fn)) { Perform() local 9890 CXXConstructorDecl *Constructor Diagnose() local 9973 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(S.CurContext); Diagnose() local [all...] |
H A D | SemaExprCXX.cpp | 4152 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Method); BuildCXXCastArgument() local 5381 auto *Constructor = cast<CXXConstructorDecl>(ND->getUnderlyingDecl()); EvaluateUnaryTypeTrait() local 5419 auto *Constructor = cast<CXXConstructorDecl>(ND->getUnderlyingDecl()); EvaluateUnaryTypeTrait() local
|
H A D | SemaOverload.cpp | 1569 if (CXXConstructorDecl *Constructor TryUserDefinedConversion() local 3605 isFirstArgumentCompatibleWithType(ASTContext & Context,CXXConstructorDecl * Constructor,QualType Type) isFirstArgumentCompatibleWithType() argument 3653 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); IsInitializerListConstructorConversion() local 3833 if (CXXConstructorDecl *Constructor IsUserDefinedConversion() local 6783 CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Function); AddOverloadCandidate() local [all...] |
H A D | SemaTemplateInstantiateDecl.cpp | 2563 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { VisitCXXMethodDecl() local 2794 if (auto *Constructor = dyn_cast<CXXConstructorDecl>(Method)) { VisitCXXMethodDecl() local
|
H A D | TreeTransform.h | 3459 RebuildCXXConstructExpr(QualType T,SourceLocation Loc,CXXConstructorDecl * Constructor,bool IsElidable,MultiExprArg Args,bool HadMultipleCandidates,bool ListInitialization,bool StdInitListInitialization,bool RequiresZeroInit,CXXConstructionKind ConstructKind,SourceRange ParenRange) RebuildCXXConstructExpr() argument 3488 RebuildCXXInheritedCtorInitExpr(QualType T,SourceLocation Loc,CXXConstructorDecl * Constructor,bool ConstructsVBase,bool InheritedFromVBase) RebuildCXXInheritedCtorInitExpr() argument 13262 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( TransformCXXConstructExpr() local 13302 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( TransformCXXInheritedCtorInitExpr() local 13354 CXXConstructorDecl *Constructor = cast_or_null<CXXConstructorDecl>( TransformCXXTemporaryObjectExpr() local [all...] |
H A D | SemaCodeComplete.cpp | 6436 CXXConstructorDecl *Constructor = ProduceCtorInitMemberSignatureHelp() local 6890 auto *Constructor = dyn_cast<CXXConstructorDecl>(ConstructorD); CodeCompleteConstructorInitializer() local
|
H A D | SemaExpr.cpp | 18898 if (auto *Constructor = dyn_cast<CXXConstructorDecl>(Func)) MarkFunctionReferenced() local 18953 if (CXXConstructorDecl *Constructor = MarkFunctionReferenced() local 19062 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Func)) { MarkFunctionReferenced() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | Consumed.cpp | 772 CXXConstructorDecl *Constructor = Call->getConstructor(); in VisitCXXConstructExpr() local 1201 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in determineExpectedReturnState() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 174 Constructor, global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 774 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { addedMember() local 831 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(DUnderlying)) { addedMember() local 1469 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { finishedDefaultedOrDeletedMember() local 1535 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(D)) { setTrivialForCallFlags() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 801 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(Method)) { getFragmentsForSpecialCXXMethod() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Overload.h | 1207 CXXConstructorDecl *Constructor; global() member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 252 Constructor = 0x02, global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 1760 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) isTrivialInitializer() local
|
H A D | CGClass.cpp | 624 EmitMemberInitializer(CodeGenFunction & CGF,const CXXRecordDecl * ClassDecl,CXXCtorInitializer * MemberInit,const CXXConstructorDecl * Constructor,FunctionArgList & Args) EmitMemberInitializer() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3391 std::string Constructor = " " + Tag; in SynthesizeBlockImpl() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 1534 CXXConstructorDecl *Constructor; global() variable
|