Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h322 CXXCtorType Type, bool ForVirtualBase,
328 bool ForVirtualBase, bool Delegating,
H A DCGClass.cpp300 bool ForVirtualBase, in GetVTTParameter() argument
322 assert(!ForVirtualBase && "Can't have same class as virtual base!"); in GetVTTParameter()
326 CharUnits BaseOffset = ForVirtualBase ? in GetVTTParameter()
1733 bool ForVirtualBase, in EmitCXXConstructorCall() argument
1774 *this, D, Type, ForVirtualBase, Delegating, Args); in EmitCXXConstructorCall()
1909 bool ForVirtualBase, in EmitCXXDestructorCall() argument
1912 CGM.getCXXABI().EmitDestructorCall(*this, DD, Type, ForVirtualBase, in EmitCXXDestructorCall()
H A DItaniumCXXABI.cpp166 CXXCtorType Type, bool ForVirtualBase,
171 CXXDtorType Type, bool ForVirtualBase,
1209 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument
1215 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in addImplicitConstructorArgs()
1224 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument
1227 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in EmitDestructorCall()
H A DCGExprCXX.cpp430 bool ForVirtualBase = false; in EmitCXXConstructExpr() local
445 ForVirtualBase = true; in EmitCXXConstructExpr()
453 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest.getAddr(), in EmitCXXConstructExpr()
H A DCodeGenFunction.h1686 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase,
1700 bool ForVirtualBase, bool Delegating,
1722 bool ForVirtualBase, bool Delegating,
H A DMicrosoftCXXABI.cpp190 CXXCtorType Type, bool ForVirtualBase,
195 CXXDtorType Type, bool ForVirtualBase,
1206 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument
1231 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument