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.h709 bool isReturnsRetained() const { return ReturnsRetained; } in isReturnsRetained() function
741 getASTCallingConvention(), isReturnsRetained(), in getExtInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1258 !CurFnInfo->isReturnsRetained() && in StartFunction()
H A DCGCall.cpp4067 assert(getLangOpts().ObjCAutoRefCount && !FI.isReturnsRetained() && in EmitFunctionEpilog()