Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h1459 bool MayDropFunctionReturn(const ASTContext &Context, QualType ReturnType);
H A DCodeGenFunction.cpp1447 !CGM.MayDropFunctionReturn(FD->getASTContext(), FD->getReturnType()); in GenerateCode()
H A DCGCall.cpp1783 bool CodeGenModule::MayDropFunctionReturn(const ASTContext &Context, in MayDropFunctionReturn() function in CodeGenModule
2305 !MayDropFunctionReturn(getContext(), RetTy) || in ConstructAttributeList()