Home
last modified time | relevance | path

Searched refs:MayDropFunctionReturn (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h1486 bool MayDropFunctionReturn(const ASTContext &Context,
H A DCodeGenFunction.cpp1470 !CGM.MayDropFunctionReturn(FD->getASTContext(), FD->getReturnType()); in GenerateCode()
H A DCGCall.cpp1789 bool CodeGenModule::MayDropFunctionReturn(const ASTContext &Context, in MayDropFunctionReturn() function in CodeGenModule
1829 !Module.MayDropFunctionReturn(Module.getContext(), RetTy) || in HasStrictReturn()