Searched refs:Delegating (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCXXABI.h | 334 bool Delegating, CallArgList &Args) = 0; 339 bool ForVirtualBase, bool Delegating,
|
D | CGClass.cpp | 302 bool Delegating) { in GetVTTParameter() argument 315 if (Delegating) { in GetVTTParameter() 1735 bool Delegating, llvm::Value *This, in EmitCXXConstructorCall() argument 1776 *this, D, Type, ForVirtualBase, Delegating, Args); in EmitCXXConstructorCall() 1914 bool Delegating, in EmitCXXDestructorCall() argument 1917 Delegating, This); in EmitCXXDestructorCall()
|
D | ItaniumCXXABI.cpp | 183 bool Delegating, 188 bool Delegating, llvm::Value *This) override; 1278 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 1284 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in addImplicitConstructorArgs() 1294 bool Delegating, llvm::Value *This) { in EmitDestructorCall() argument 1296 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in EmitDestructorCall()
|
D | CGExprCXX.cpp | 437 bool Delegating = false; in EmitCXXConstructExpr() local 443 Delegating = true; in EmitCXXConstructExpr() 459 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest.getAddr(), in EmitCXXConstructExpr()
|
D | CodeGenFunction.h | 1687 bool Delegating); 1700 bool ForVirtualBase, bool Delegating, 1722 bool ForVirtualBase, bool Delegating,
|
D | MicrosoftCXXABI.cpp | 201 bool Delegating, 206 bool Delegating, llvm::Value *This) override; 1360 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 1386 bool Delegating, llvm::Value *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_
|