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

/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp436 bool ForVirtualBase = false; local
451 ForVirtualBase = true;
459 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest.getAddr(),
1460 /*ForVirtualBase=*/false,
H A DCGClass.cpp301 bool ForVirtualBase,
323 assert(!ForVirtualBase && "Can't have same class as virtual base!");
327 CharUnits BaseOffset = ForVirtualBase ?
1361 EmitCXXDestructorCall(Dtor, Dtor_Complete, /*ForVirtualBase=*/false,
1398 EmitCXXDestructorCall(Dtor, Dtor_Base, /*ForVirtualBase=*/false,
1700 EmitCXXConstructorCall(ctor, Ctor_Complete, /*ForVirtualBase=*/false,
1734 bool ForVirtualBase,
1776 *this, D, Type, ForVirtualBase, Delegating, Args);
1840 /*ForVirtualBase=*/false,
1877 CGF.EmitCXXDestructorCall(Dtor, Type, /*ForVirtualBase
300 GetVTTParameter(GlobalDecl GD, bool ForVirtualBase, bool Delegating) argument
1732 EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, bool Delegating, llvm::Value *This, const CXXConstructExpr *E) argument
1911 EmitCXXDestructorCall(const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, llvm::Value *This) argument
[all...]
H A DItaniumCXXABI.cpp182 CXXCtorType Type, bool ForVirtualBase,
187 CXXDtorType Type, bool ForVirtualBase,
1278 bool ForVirtualBase, bool Delegating, CallArgList &Args) {
1284 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating);
1293 CXXDtorType Type, bool ForVirtualBase,
1296 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating);
1276 addImplicitConstructorArgs( CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, bool Delegating, CallArgList &Args) argument
1291 EmitDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, llvm::Value *This) argument
H A DMicrosoftCXXABI.cpp200 CXXCtorType Type, bool ForVirtualBase,
205 CXXDtorType Type, bool ForVirtualBase,
1360 bool ForVirtualBase, bool Delegating, CallArgList &Args) {
1385 CXXDtorType Type, bool ForVirtualBase,
3425 /*ForVirtualBase=*/false,
1358 addImplicitConstructorArgs( CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, bool Delegating, CallArgList &Args) argument
1383 EmitDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, llvm::Value *This) argument

Completed in 127 milliseconds