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

/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp399 bool ForVirtualBase = false; local
414 ForVirtualBase = true;
422 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest.getAddr(),
1440 /*ForVirtualBase=*/false,
H A DCGClass.cpp289 bool ForVirtualBase,
311 assert(!ForVirtualBase && "Can't have same class as virtual base!");
315 CharUnits BaseOffset = ForVirtualBase ?
1269 EmitCXXDestructorCall(Dtor, Dtor_Complete, /*ForVirtualBase=*/false,
1302 EmitCXXDestructorCall(Dtor, Dtor_Base, /*ForVirtualBase=*/false,
1611 EmitCXXConstructorCall(ctor, Ctor_Complete, /*ForVirtualBase=*/ false,
1645 CXXCtorType Type, bool ForVirtualBase,
1688 *this, D, Type, ForVirtualBase, Delegating, Args);
1750 /*ForVirtualBase=*/false,
1785 CGF.EmitCXXDestructorCall(Dtor, Type, /*ForVirtualBase
288 GetVTTParameter(GlobalDecl GD, bool ForVirtualBase, bool Delegating) argument
1644 EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, bool Delegating, llvm::Value *This, CallExpr::const_arg_iterator ArgBeg, CallExpr::const_arg_iterator ArgEnd) argument
1819 EmitCXXDestructorCall(const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, llvm::Value *This) argument
[all...]
H A DItaniumCXXABI.cpp168 CXXCtorType Type, bool ForVirtualBase,
173 CXXDtorType Type, bool ForVirtualBase,
1178 bool ForVirtualBase, bool Delegating, CallArgList &Args) {
1184 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating);
1193 CXXDtorType Type, bool ForVirtualBase,
1196 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating);
1176 addImplicitConstructorArgs( CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, bool Delegating, CallArgList &Args) argument
1191 EmitDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, llvm::Value *This) argument
H A DMicrosoftCXXABI.cpp185 CXXCtorType Type, bool ForVirtualBase,
190 CXXDtorType Type, bool ForVirtualBase,
1132 bool ForVirtualBase, bool Delegating, CallArgList &Args) {
1157 CXXDtorType Type, bool ForVirtualBase,
1130 addImplicitConstructorArgs( CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, bool Delegating, CallArgList &Args) argument
1155 EmitDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, llvm::Value *This) argument

Completed in 2621 milliseconds