Home
last modified time | relevance | path

Searched defs:ForVirtualBase (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp121 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
H A DCGClass.cpp454 GetVTTParameter(GlobalDecl GD,bool ForVirtualBase,bool Delegating) GetVTTParameter() argument
2113 EmitCXXConstructorCall(const CXXConstructorDecl * D,CXXCtorType Type,bool ForVirtualBase,bool Delegating,AggValueSlot ThisAVS,const CXXConstructExpr * E) EmitCXXConstructorCall() argument
2187 EmitCXXConstructorCall(const CXXConstructorDecl * D,CXXCtorType Type,bool ForVirtualBase,bool Delegating,Address This,CallArgList & Args,AggValueSlot::Overlap_t Overlap,SourceLocation Loc,bool NewPointerIsChecked) EmitCXXConstructorCall() argument
2263 EmitInheritedCXXConstructorCall(const CXXConstructorDecl * D,bool ForVirtualBase,Address This,bool InheritedFromVBase,const CXXInheritedCtorInitExpr * E) EmitInheritedCXXConstructorCall() argument
2310 EmitInlinedInheritingCXXConstructorCall(const CXXConstructorDecl * Ctor,CXXCtorType CtorType,bool ForVirtualBase,bool Delegating,CallArgList & Args) EmitInlinedInheritingCXXConstructorCall() argument
2498 EmitCXXDestructorCall(const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitCXXDestructorCall() argument
[all...]
H A DCGCXXABI.cpp339 addImplicitConstructorArgs(CodeGenFunction & CGF,const CXXConstructorDecl * D,CXXCtorType Type,bool ForVirtualBase,bool Delegating,CallArgList & Args) addImplicitConstructorArgs() argument
H A DItaniumCXXABI.cpp1755 getImplicitConstructorArgs(CodeGenFunction & CGF,const CXXConstructorDecl * D,CXXCtorType Type,bool ForVirtualBase,bool Delegating) getImplicitConstructorArgs() argument
1772 getCXXDestructorImplicitParam(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating) getCXXDestructorImplicitParam() argument
1779 EmitDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitDestructorCall() argument
H A DMicrosoftCXXABI.cpp1613 getImplicitConstructorArgs(CodeGenFunction & CGF,const CXXConstructorDecl * D,CXXCtorType Type,bool ForVirtualBase,bool Delegating) getImplicitConstructorArgs() argument
1636 getCXXDestructorImplicitParam(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating) getCXXDestructorImplicitParam() argument
1642 EmitDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitDestructorCall() argument
H A DCGExprCXX.cpp640 bool ForVirtualBase = false; EmitCXXConstructExpr() local