Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1411 bool MayDropFunctionReturn(const ASTContext &Context, QualType ReturnType);
H A DCodeGenFunction.cpp1387 !CGM.MayDropFunctionReturn(FD->getASTContext(), FD->getReturnType()); in GenerateCode()
H A DCGCall.cpp1736 bool CodeGenModule::MayDropFunctionReturn(const ASTContext &Context, in MayDropFunctionReturn() function in CodeGenModule
2242 !MayDropFunctionReturn(getContext(), RetTy) || in ConstructAttributeList()