Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.h1564 bool MayDropFunctionReturn(const ASTContext &Context,
HDCGCall.cpp1795 bool CodeGenModule::MayDropFunctionReturn(const ASTContext &Context, in MayDropFunctionReturn() function in CodeGenModule
1835 !Module.MayDropFunctionReturn(Module.getContext(), RetTy) || in HasStrictReturn()
HDCodeGenFunction.cpp1573 !CGM.MayDropFunctionReturn(FD->getASTContext(), FD->getReturnType()); in GenerateCode()