Searched refs:Delegating (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCXXABI.h | 346 bool Delegating, CallArgList &Args) = 0; 351 bool ForVirtualBase, bool Delegating,
|
D | CGClass.cpp | 426 bool Delegating) { in GetVTTParameter() argument 439 if (Delegating) { in GetVTTParameter() 2051 bool Delegating, Address This, in EmitCXXConstructorCall() argument 2092 *this, D, Type, ForVirtualBase, Delegating, Args); in EmitCXXConstructorCall() 2272 bool Delegating, in EmitCXXDestructorCall() argument 2275 Delegating, This); in EmitCXXDestructorCall()
|
D | ItaniumCXXABI.cpp | 236 bool Delegating, 241 bool Delegating, Address This) override; 1423 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 1429 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in addImplicitConstructorArgs() 1439 bool Delegating, Address This) { in EmitDestructorCall() argument 1441 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in EmitDestructorCall()
|
D | CGExprCXX.cpp | 480 bool Delegating = false; in EmitCXXConstructExpr() local 486 Delegating = true; in EmitCXXConstructExpr() 502 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, in EmitCXXConstructExpr()
|
D | CodeGenFunction.h | 1835 bool Delegating); 1849 bool ForVirtualBase, bool Delegating, 1878 bool ForVirtualBase, bool Delegating,
|
D | MicrosoftCXXABI.cpp | 250 bool Delegating, 255 bool Delegating, Address This) override; 1461 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 1487 bool Delegating, Address This) { in EmitDestructorCall() argument
|
/external/bison/data/ |
D | java.m4 | 256 # Delegating the lexer parameters to the lexer constructor.
|
/external/llvm/docs/ |
D | CodingStandards.rst | 133 * Delegating constructors: N1986_
|