| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenABITypes.cpp | 122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument 129 CGF, D, Type, ForVirtualBase, Delegating); in getCXXDestructorImplicitParam()
|
| H A D | CGCXXABI.h | 419 CXXCtorType Type, bool ForVirtualBase, 428 CXXCtorType Type, bool ForVirtualBase, 436 bool ForVirtualBase, bool Delegating) = 0; 441 bool ForVirtualBase, bool Delegating,
|
| H A D | CGClass.cpp | 462 bool ForVirtualBase, in GetVTTParameter() argument 482 assert(!ForVirtualBase && "Can't have same class as virtual base!"); in GetVTTParameter() 486 CharUnits BaseOffset = ForVirtualBase ? in GetVTTParameter() 2122 bool ForVirtualBase, in EmitCXXConstructorCall() argument 2166 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args, in EmitCXXConstructorCall() 2197 bool ForVirtualBase, in EmitCXXConstructorCall() argument 2236 EmitInlinedInheritingCXXConstructorCall(D, Type, ForVirtualBase, in EmitCXXConstructorCall() 2244 CGM.getCXXABI().addImplicitConstructorArgs(*this, D, Type, ForVirtualBase, in EmitCXXConstructorCall() 2273 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() argument 2314 EmitCXXConstructorCall(D, Ctor_Base, ForVirtualBase, /*Delegating*/false, in EmitInheritedCXXConstructorCall() [all …]
|
| H A D | CGCXXABI.cpp | 343 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 345 getImplicitConstructorArgs(CGF, D, Type, ForVirtualBase, Delegating); in addImplicitConstructorArgs()
|
| H A D | ItaniumCXXABI.cpp | 228 bool ForVirtualBase, 234 bool ForVirtualBase, 238 CXXDtorType Type, bool ForVirtualBase, 1666 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() argument 1672 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in getImplicitConstructorArgs() 1679 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument 1681 return CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in getCXXDestructorImplicitParam() 1686 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument 1691 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase, Delegating); in EmitDestructorCall()
|
| H A D | MicrosoftCXXABI.cpp | 281 bool ForVirtualBase, 287 bool ForVirtualBase, 291 CXXDtorType Type, bool ForVirtualBase, 1599 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() argument 1622 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument 1628 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument 1648 if (ForVirtualBase && isa<CXXConstructorDecl>(CGF.CurCodeDecl)) { in EmitDestructorCall() 1653 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase, in EmitDestructorCall()
|
| H A D | CodeGenFunction.h | 2846 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase, 2866 bool ForVirtualBase, 2874 bool ForVirtualBase, Address This, 2879 bool ForVirtualBase, bool Delegating, 2883 bool ForVirtualBase, bool Delegating, 2916 bool ForVirtualBase, bool Delegating, Address This,
|
| H A D | CGExprCXX.cpp | 636 bool ForVirtualBase = false; in EmitCXXConstructExpr() local 651 ForVirtualBase = true; in EmitCXXConstructExpr() 659 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest, E); in EmitCXXConstructExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
| H A D | CodeGenABITypes.h | 92 bool ForVirtualBase, bool Delegating);
|