/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenABITypes.cpp | 121 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument 128 CGF, D, Type, ForVirtualBase, Delegating); in getCXXDestructorImplicitParam()
|
H A D | CGCXXABI.h | 425 bool Delegating) = 0; 434 bool Delegating, CallArgList &Args); 441 bool ForVirtualBase, bool Delegating) = 0; 446 bool ForVirtualBase, bool Delegating,
|
H A D | CGCXXABI.cpp | 348 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 350 getImplicitConstructorArgs(CGF, D, Type, ForVirtualBase, Delegating); in addImplicitConstructorArgs()
|
H A D | CGClass.cpp | 464 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 D | CGExprCXX.cpp | 606 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 D | ItaniumCXXABI.cpp | 276 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 D | MicrosoftCXXABI.cpp | 294 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 D | CodeGenFunction.h | 3111 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 D | CodeGenABITypes.h | 93 bool ForVirtualBase, bool Delegating);
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 677 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 D | WebAssemblyInstrControl.td | 154 // Delegating an exception: delegate
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1515 case CXXConstructionKind::Delegating: in VisitCXXConstructExpr()
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_cook_book.md | 625 ### 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 D | ExprCXX.h | 1542 Delegating enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 7245 ConstructKind = CXXConstructionKind::Delegating; in PerformConstructorInitialization()
|