Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ !
H A DRetainCountChecker.h155 bool isNotOwned() const { in isNotOwned() function
H A DRetainCountDiagnostics.cpp284 assert(CurrV.isNotOwned()); in generateDiagnosticsForCallLike()
493 if (PrevT && IsFreeUnowned && CurrV.isNotOwned() && PrevT->isOwned()) { in VisitNode()
H A DRetainCountChecker.cpp1300 else if (V.isNotOwned() || V.isReturnedOwned()) in handleSymbolDeath()