Home
last modified time | relevance | path

Searched refs:Delegating (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/CodeGen/
DCGClass.cpp427 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 …]
DCGCXXABI.h362 bool Delegating, CallArgList &Args) = 0;
367 bool ForVirtualBase, bool Delegating,
DCodeGenFunction.h1942 bool Delegating);
1962 bool Delegating,
1974 bool ForVirtualBase, bool Delegating,
1978 bool ForVirtualBase, bool Delegating,
2007 bool ForVirtualBase, bool Delegating,
DItaniumCXXABI.cpp228 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()
DCGExprCXX.cpp485 bool Delegating = false; in EmitCXXConstructExpr() local
491 Delegating = true; in EmitCXXConstructExpr()
507 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, in EmitCXXConstructExpr()
DMicrosoftCXXABI.cpp250 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/
DCookBook.md401 ## Delegating Calls to a Fake ##
503 ## Delegating Calls to a Real Object ##
556 ## Delegating Calls to a Parent Class ##
/external/python/cpython3/Doc/whatsnew/
D3.3.rst401 PEP 380: Syntax for Delegating to a Subgenerator
462 :pep:`380` - Syntax for Delegating to a Subgenerator
/external/llvm/docs/
DCodingStandards.rst133 * Delegating constructors: N1986_
/external/python/cpython3/Doc/reference/
Dexpressions.rst505 :pep:`380` - Syntax for Delegating to a Subgenerator
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodingStandards.rst131 * Delegating constructors: N1986_