Searched defs:ForVirtualBase (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp484 bool ForVirtualBase = false; local
499 ForVirtualBase = true;
507 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating,
1575 /*ForVirtualBase=*/false,
H A DCGClass.cpp426 bool ForVirtualBase,
448 assert(!ForVirtualBase && "Can't have same class as virtual base!");
452 CharUnits BaseOffset = ForVirtualBase ?
1516 EmitCXXDestructorCall(Dtor, Dtor_Complete, /*ForVirtualBase=*/false,
1551 EmitCXXDestructorCall(Dtor, Dtor_Base, /*ForVirtualBase=*/false,
2014 EmitCXXConstructorCall(ctor, Ctor_Complete, /*ForVirtualBase=*/false,
2048 bool ForVirtualBase,
2074 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args);
2103 bool ForVirtualBase,
2138 EmitInlinedInheritingCXXConstructorCall(D, Type, ForVirtualBase,
425 GetVTTParameter(GlobalDecl GD, bool ForVirtualBase, bool Delegating) argument
2046 EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, bool Delegating, Address This, const CXXConstructExpr *E) argument
2101 EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, bool Delegating, Address This, CallArgList &Args) argument
2172 EmitInheritedCXXConstructorCall( const CXXConstructorDecl *D, bool ForVirtualBase, Address This, bool InheritedFromVBase, const CXXInheritedCtorInitExpr *E) argument
2219 EmitInlinedInheritingCXXConstructorCall( const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, bool Delegating, CallArgList &Args) argument
2391 EmitCXXDestructorCall(const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, Address This) argument
[all...]
H A DItaniumCXXABI.cpp227 CXXCtorType Type, bool ForVirtualBase,
232 CXXDtorType Type, bool ForVirtualBase,
1416 bool ForVirtualBase, bool Delegating, CallArgList &Args) {
1422 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating);
1431 CXXDtorType Type, bool ForVirtualBase,
1434 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating);
1414 addImplicitConstructorArgs( CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, bool Delegating, CallArgList &Args) argument
1429 EmitDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, Address This) argument
H A DMicrosoftCXXABI.cpp249 CXXCtorType Type, bool ForVirtualBase,
254 CXXDtorType Type, bool ForVirtualBase,
1458 bool ForVirtualBase, bool Delegating, CallArgList &Args) {
1485 CXXDtorType Type, bool ForVirtualBase,
3882 /*ForVirtualBase=*/false,
1456 addImplicitConstructorArgs( CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, bool Delegating, CallArgList &Args) argument
1483 EmitDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, Address This) argument

Completed in 533 milliseconds