| /freebsd-13.1/contrib/llvm-project/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 | 394 CXXCtorType Type, bool ForVirtualBase, 403 CXXCtorType Type, bool ForVirtualBase, 411 bool ForVirtualBase, bool Delegating) = 0; 416 bool ForVirtualBase, bool Delegating,
|
| H A D | CGClass.cpp | 460 bool ForVirtualBase, in GetVTTParameter() argument 480 assert(!ForVirtualBase && "Can't have same class as virtual base!"); in GetVTTParameter() 484 CharUnits BaseOffset = ForVirtualBase ? in GetVTTParameter() 2053 bool ForVirtualBase, in EmitCXXConstructorCall() argument 2097 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args, in EmitCXXConstructorCall() 2128 bool ForVirtualBase, in EmitCXXConstructorCall() argument 2167 EmitInlinedInheritingCXXConstructorCall(D, Type, ForVirtualBase, in EmitCXXConstructorCall() 2204 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() argument 2245 EmitCXXConstructorCall(D, Ctor_Base, ForVirtualBase, /*Delegating*/false, in EmitInheritedCXXConstructorCall() 2439 bool ForVirtualBase, in EmitCXXDestructorCall() argument [all …]
|
| H A D | CGCXXABI.cpp | 299 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 301 getImplicitConstructorArgs(CGF, D, Type, ForVirtualBase, Delegating); in addImplicitConstructorArgs()
|
| H A D | ItaniumCXXABI.cpp | 228 bool ForVirtualBase, 234 bool ForVirtualBase, 238 CXXDtorType Type, bool ForVirtualBase, 1710 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() argument 1716 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in getImplicitConstructorArgs() 1723 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument 1725 return CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in getCXXDestructorImplicitParam() 1730 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument 1735 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase, Delegating); in EmitDestructorCall()
|
| H A D | MicrosoftCXXABI.cpp | 264 bool ForVirtualBase, 270 bool ForVirtualBase, 274 CXXDtorType Type, bool ForVirtualBase, 1587 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() argument 1610 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument 1616 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument 1636 if (ForVirtualBase && isa<CXXConstructorDecl>(CGF.CurCodeDecl)) { in EmitDestructorCall() 1641 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase, in EmitDestructorCall()
|
| H A D | CodeGenFunction.h | 2789 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase, 2809 bool ForVirtualBase, 2817 bool ForVirtualBase, Address This, 2822 bool ForVirtualBase, bool Delegating, 2826 bool ForVirtualBase, bool Delegating, 2859 bool ForVirtualBase, bool Delegating, Address This,
|
| H A D | CGExprCXX.cpp | 632 bool ForVirtualBase = false; in EmitCXXConstructExpr() local 647 ForVirtualBase = true; in EmitCXXConstructExpr() 655 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest, E); in EmitCXXConstructExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CodeGenABITypes.h | 100 bool ForVirtualBase, bool Delegating);
|