Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h691 bool isReturnsRetained() const { return ReturnsRetained; } in isReturnsRetained() function
723 getASTCallingConvention(), isReturnsRetained(), in getExtInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1217 !CurFnInfo->isReturnsRetained() && in StartFunction()
H A DCGCall.cpp3904 !FI.isReturnsRetained() && in EmitFunctionEpilog()