Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp129 bool isReturnedOwned() const { in isReturnedOwned() function in __anon177adc590111::RefVal
3274 if (X.isReturnedOwned() && X.getCount() == 0) { in checkReturnWithRetEffect()
3530 else if (V.isNotOwned() || V.isReturnedOwned()) in handleSymbolDeath()