Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.h97 virtual bool hasMostDerivedReturn(GlobalDecl GD) const { return false; } in hasMostDerivedReturn() function
DCGVTables.cpp201 : CGM.getCXXABI().hasMostDerivedReturn(GD) in StartThunk()
282 : CGM.getCXXABI().hasMostDerivedReturn(CurGD) in EmitCallAndReturnForThunk()
DMicrosoftCXXABI.cpp51 bool hasMostDerivedReturn(GlobalDecl GD) const override;
978 bool MicrosoftCXXABI::hasMostDerivedReturn(GlobalDecl GD) const { in hasMostDerivedReturn() function in MicrosoftCXXABI
1334 else if (hasMostDerivedReturn(CGF.CurGD)) in EmitInstanceFunctionProlog()
DCodeGenFunction.cpp838 else if (CGM.getCXXABI().hasMostDerivedReturn(GD)) in GenerateCode()
DCGCall.cpp220 : TheCXXABI.hasMostDerivedReturn(GD) in arrangeCXXStructorDeclaration()
244 : TheCXXABI.hasMostDerivedReturn(GD) in arrangeCXXConstructorCall()