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

/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp400 bool Delegating = false; local
406 Delegating = true;
422 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest.getAddr(),
1441 /*Delegating=*/false,
H A DCGClass.cpp290 bool Delegating) {
303 if (Delegating) {
355 /*Delegating=*/false, Addr);
1176 "Delegating initializer on non-delegating constructor");
1270 /*Delegating=*/false, LoadCXXThis());
1303 /*Delegating=*/false, LoadCXXThis());
1612 /*Delegating=*/false, cur, argBegin, argEnd);
1640 /*Delegating=*/false, addr);
1646 bool Delegating,
1688 *this, D, Type, ForVirtualBase, Delegating, Arg
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.cpp154 // Delegating may occur as an optimization, but all variants are either
169 bool Delegating,
174 bool Delegating, llvm::Value *This) override;
1178 bool ForVirtualBase, bool Delegating, CallArgList &Args) {
1184 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating);
1194 bool Delegating, llvm::Value *This) {
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.cpp186 bool Delegating,
191 bool Delegating, llvm::Value *This) override;
1132 bool ForVirtualBase, bool Delegating, CallArgList &Args) {
1158 bool Delegating, llvm::Value *This) {
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 162 milliseconds