Searched defs:ForVirtualBase (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenABITypes.cpp | 122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
|
D | CGClass.cpp | 460 bool ForVirtualBase, in GetVTTParameter() 2055 bool ForVirtualBase, in EmitCXXConstructorCall() 2130 bool ForVirtualBase, in EmitCXXConstructorCall() 2206 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() 2253 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() 2441 bool ForVirtualBase, in EmitCXXDestructorCall()
|
D | CGCXXABI.cpp | 299 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
|
D | ItaniumCXXABI.cpp | 1692 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1705 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1712 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
|
D | MicrosoftCXXABI.cpp | 1577 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1600 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1606 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
|
D | CGExprCXX.cpp | 627 bool ForVirtualBase = false; in EmitCXXConstructExpr() local
|
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 426 bool ForVirtualBase, in GetVTTParameter() 2048 bool ForVirtualBase, in EmitCXXConstructorCall() 2103 bool ForVirtualBase, in EmitCXXConstructorCall() 2173 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() 2220 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() 2393 bool ForVirtualBase, in EmitCXXDestructorCall()
|
D | ItaniumCXXABI.cpp | 1416 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() 1431 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
|
D | CGExprCXX.cpp | 484 bool ForVirtualBase = false; in EmitCXXConstructExpr() local
|
D | MicrosoftCXXABI.cpp | 1458 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() 1485 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
|