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