Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.h334 bool Delegating, CallArgList &Args) = 0;
339 bool ForVirtualBase, bool Delegating,
DCGClass.cpp302 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()
DItaniumCXXABI.cpp183 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()
DCGExprCXX.cpp437 bool Delegating = false; in EmitCXXConstructExpr() local
443 Delegating = true; in EmitCXXConstructExpr()
459 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest.getAddr(), in EmitCXXConstructExpr()
DCodeGenFunction.h1687 bool Delegating);
1700 bool ForVirtualBase, bool Delegating,
1722 bool ForVirtualBase, bool Delegating,
DMicrosoftCXXABI.cpp201 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/
Djava.m4256 # Delegating the lexer parameters to the lexer constructor.
/external/llvm/docs/
DCodingStandards.rst133 * Delegating constructors: N1986_