Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.h346 bool Delegating, CallArgList &Args) = 0;
351 bool ForVirtualBase, bool Delegating,
DCGClass.cpp426 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()
DItaniumCXXABI.cpp236 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()
DCGExprCXX.cpp480 bool Delegating = false; in EmitCXXConstructExpr() local
486 Delegating = true; in EmitCXXConstructExpr()
502 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, in EmitCXXConstructExpr()
DCodeGenFunction.h1835 bool Delegating);
1849 bool ForVirtualBase, bool Delegating,
1878 bool ForVirtualBase, bool Delegating,
DMicrosoftCXXABI.cpp250 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/
Djava.m4256 # Delegating the lexer parameters to the lexer constructor.
/external/llvm/docs/
DCodingStandards.rst133 * Delegating constructors: N1986_