Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h1411 bool MayDropFunctionReturn(const ASTContext &Context, QualType ReturnType);
H A DCodeGenFunction.cpp1373 !CGM.MayDropFunctionReturn(FD->getASTContext(), FD->getReturnType()); in GenerateCode()
H A DCGCall.cpp1735 bool CodeGenModule::MayDropFunctionReturn(const ASTContext &Context, in MayDropFunctionReturn() function in CodeGenModule
2240 !MayDropFunctionReturn(getContext(), RetTy) || in ConstructAttributeList()