Home
last modified time | relevance | path

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

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