Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1485 bool MayDropFunctionReturn(const ASTContext &Context,
H A DCodeGenFunction.cpp1494 !CGM.MayDropFunctionReturn(FD->getASTContext(), FD->getReturnType()); in GenerateCode()
H A DCGCall.cpp1817 bool CodeGenModule::MayDropFunctionReturn(const ASTContext &Context, in MayDropFunctionReturn() function in CodeGenModule
1857 !Module.MayDropFunctionReturn(Module.getContext(), RetTy) || in HasStrictReturn()