Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h669 bool isReturnsRetained() const { return ReturnsRetained; } in isReturnsRetained() function
701 getASTCallingConvention(), isReturnsRetained(), in getExtInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1084 !CurFnInfo->isReturnsRetained() && in StartFunction()
H A DCGCall.cpp3517 !FI.isReturnsRetained() && in EmitFunctionEpilog()