Searched refs:MayDropFunctionReturn (Results 1 – 3 of 3) sorted by relevance
1564 bool MayDropFunctionReturn(const ASTContext &Context,
1795 bool CodeGenModule::MayDropFunctionReturn(const ASTContext &Context, in MayDropFunctionReturn() function in CodeGenModule1835 !Module.MayDropFunctionReturn(Module.getContext(), RetTy) || in HasStrictReturn()
1573 !CGM.MayDropFunctionReturn(FD->getASTContext(), FD->getReturnType()); in GenerateCode()