/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 427 bool Delegating) { in GetVTTParameter() argument 440 if (Delegating) { in GetVTTParameter() 2049 bool Delegating, Address This, in EmitCXXConstructorCall() argument 2074 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args); in EmitCXXConstructorCall() 2104 bool Delegating, in EmitCXXConstructorCall() argument 2139 Delegating, Args); in EmitCXXConstructorCall() 2146 *this, D, Type, ForVirtualBase, Delegating, Args); in EmitCXXConstructorCall() 2221 bool Delegating, CallArgList &Args) { in EmitInlinedInheritingCXXConstructorCall() argument 2233 ForVirtualBase, Delegating, Args); in EmitInlinedInheritingCXXConstructorCall() 2394 bool Delegating, in EmitCXXDestructorCall() argument [all …]
|
D | CGCXXABI.h | 362 bool Delegating, CallArgList &Args) = 0; 367 bool ForVirtualBase, bool Delegating,
|
D | CodeGenFunction.h | 1942 bool Delegating); 1962 bool Delegating, 1974 bool ForVirtualBase, bool Delegating, 1978 bool ForVirtualBase, bool Delegating, 2007 bool ForVirtualBase, bool Delegating,
|
D | ItaniumCXXABI.cpp | 228 bool Delegating, 233 bool Delegating, Address This) override; 1416 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 1422 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in addImplicitConstructorArgs() 1432 bool Delegating, Address This) { in EmitDestructorCall() argument 1434 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in EmitDestructorCall()
|
D | CGExprCXX.cpp | 485 bool Delegating = false; in EmitCXXConstructExpr() local 491 Delegating = true; in EmitCXXConstructExpr() 507 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, in EmitCXXConstructExpr()
|
D | MicrosoftCXXABI.cpp | 250 bool Delegating, 255 bool Delegating, Address This) override; 1458 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 1468 if (Delegating) { in addImplicitConstructorArgs() 1486 bool Delegating, Address This) { in EmitDestructorCall() argument
|
/external/googletest/googlemock/docs/ |
D | CookBook.md | 401 ## Delegating Calls to a Fake ## 503 ## Delegating Calls to a Real Object ## 556 ## Delegating Calls to a Parent Class ##
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 401 PEP 380: Syntax for Delegating to a Subgenerator 462 :pep:`380` - Syntax for Delegating to a Subgenerator
|
/external/llvm/docs/ |
D | CodingStandards.rst | 133 * Delegating constructors: N1986_
|
/external/python/cpython3/Doc/reference/ |
D | expressions.rst | 505 :pep:`380` - Syntax for Delegating to a Subgenerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CodingStandards.rst | 131 * Delegating constructors: N1986_
|