Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXABI.h96 virtual bool hasMostDerivedReturn(clang::GlobalDecl gd) const { in hasMostDerivedReturn() function
H A DCIRGenCall.cpp187 : theCXXABI.hasMostDerivedReturn(gd) in arrangeCXXStructorDeclaration()
332 if (theCXXABI.hasMostDerivedReturn(gd)) in arrangeCXXConstructorCall()
H A DCIRGenFunction.cpp663 else if (cgm.getCXXABI().hasMostDerivedReturn(gd)) in buildFunctionArgList()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h131 virtual bool hasMostDerivedReturn(GlobalDecl GD) const { return false; } in hasMostDerivedReturn() function
H A DCGVTables.cpp263 else if (CGM.getCXXABI().hasMostDerivedReturn(GD)) in StartThunk()
378 : CGM.getCXXABI().hasMostDerivedReturn(CurGD) in EmitCallAndReturnForThunk()
H A DMicrosoftCXXABI.cpp59 bool hasMostDerivedReturn(GlobalDecl GD) const override;
1097 bool MicrosoftCXXABI::hasMostDerivedReturn(GlobalDecl GD) const { in hasMostDerivedReturn() function in MicrosoftCXXABI
1602 if (HasThisReturn(CGF.CurGD) || hasMostDerivedReturn(CGF.CurGD)) in EmitInstanceFunctionProlog()
H A DCGCall.cpp443 : getCXXABI().hasMostDerivedReturn(GD) in arrangeCXXStructorDeclaration()
502 : getCXXABI().hasMostDerivedReturn(GD) in arrangeCXXConstructorCall()
H A DCodeGenFunction.cpp1432 else if (CGM.getCXXABI().hasMostDerivedReturn(GD)) in BuildFunctionArgList()