Searched refs:isReturnedOwned (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h160 bool isReturnedOwned() const { function in class:clang::ento::retaincountchecker::RefVal
H A DRetainCountChecker.cpp1082 if (X.isReturnedOwned() && X.getCount() == 0) {
1300 else if (V.isNotOwned() || V.isReturnedOwned())

Completed in 95 milliseconds