Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h156 bool isNotOwned() const { in isNotOwned() function
H A DRetainCountDiagnostics.cpp290 assert(CurrV.isNotOwned()); in generateDiagnosticsForCallLike()
499 if (PrevT && IsFreeUnowned && CurrV.isNotOwned() && PrevT->isOwned()) { in VisitNode()
H A DRetainCountChecker.cpp1300 else if (V.isNotOwned() || V.isReturnedOwned()) in handleSymbolDeath()