Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h157 bool isNotOwned() const { in isNotOwned() function
H A DRetainCountDiagnostics.cpp212 assert(CurrV.isNotOwned()); in generateDiagnosticsForCallLike()
H A DRetainCountChecker.cpp1340 else if (V.isNotOwned() || V.isReturnedOwned()) in handleSymbolDeath()