Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h612 bool isReturnsRetained() const { return ReturnsRetained; } in isReturnsRetained() function
644 getASTCallingConvention(), isReturnsRetained(), in getExtInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1099 !CurFnInfo->isReturnsRetained() && in StartFunction()
H A DCGCall.cpp2934 !FI.isReturnsRetained() && in EmitFunctionEpilog()