Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp121 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument
128 CGF, D, Type, ForVirtualBase, Delegating); in getCXXDestructorImplicitParam()
H A DCGCXXABI.h425 bool Delegating) = 0;
434 bool Delegating, CallArgList &Args);
441 bool ForVirtualBase, bool Delegating) = 0;
446 bool ForVirtualBase, bool Delegating,
H A DCGCXXABI.cpp348 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument
350 getImplicitConstructorArgs(CGF, D, Type, ForVirtualBase, Delegating); in addImplicitConstructorArgs()
H A DCGClass.cpp464 bool Delegating) { in GetVTTParameter() argument
475 if (Delegating) { in GetVTTParameter()
2123 bool Delegating, in EmitCXXConstructorCall() argument
2166 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args, in EmitCXXConstructorCall()
2198 bool Delegating, in EmitCXXConstructorCall() argument
2236 Delegating, Args); in EmitCXXConstructorCall()
2244 Delegating, Args); in EmitCXXConstructorCall()
2322 bool Delegating, CallArgList &Args) { in EmitInlinedInheritingCXXConstructorCall() argument
2337 ForVirtualBase, Delegating, Args); in EmitInlinedInheritingCXXConstructorCall()
2514 bool Delegating, Address This, in EmitCXXDestructorCall() argument
[all …]
H A DCGExprCXX.cpp606 case CXXConstructionKind::Delegating: in EmitCXXConstructExpr()
644 bool Delegating = false; in EmitCXXConstructExpr() local
647 case CXXConstructionKind::Delegating: in EmitCXXConstructExpr()
650 Delegating = true; in EmitCXXConstructExpr()
666 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest, E); in EmitCXXConstructExpr()
H A DItaniumCXXABI.cpp276 bool Delegating) override;
282 bool Delegating) override;
286 bool Delegating, Address This,
1921 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() argument
1929 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in getImplicitConstructorArgs()
1938 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument
1940 return CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in getCXXDestructorImplicitParam()
1946 bool Delegating, Address This, in EmitDestructorCall() argument
1950 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase, Delegating); in EmitDestructorCall()
H A DMicrosoftCXXABI.cpp294 bool Delegating) override;
300 bool Delegating) override;
304 bool Delegating, Address This,
1629 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() argument
1639 if (Delegating) { in getImplicitConstructorArgs()
1652 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument
1659 bool Delegating, Address This, in EmitDestructorCall() argument
1684 Delegating); // = nullptr in EmitDestructorCall()
H A DCodeGenFunction.h3111 bool Delegating);
3131 bool Delegating,
3143 bool ForVirtualBase, bool Delegating,
3147 bool ForVirtualBase, bool Delegating,
3180 bool ForVirtualBase, bool Delegating, Address This,
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h93 bool ForVirtualBase, bool Delegating);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp677 OuterCtor->getConstructionKind() == CXXConstructionKind::Delegating) && in handleConstructor()
702 case CXXConstructionKind::Delegating: { in handleConstructor()
708 if (CK == CXXConstructionKind::Delegating) { in handleConstructor()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td154 // Delegating an exception: delegate
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1515 case CXXConstructionKind::Delegating: in VisitCXXConstructExpr()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md625 ### Delegating Calls to a Fake {#DelegatingToFake}
743 ### Delegating Calls to a Real Object
794 ### Delegating Calls to a Parent Class
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1542 Delegating enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7245 ConstructKind = CXXConstructionKind::Delegating; in PerformConstructorInitialization()