Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h128 unsigned getAutoreleaseCount() const { return ACnt; } in getAutoreleaseCount() function
186 getAutoreleaseCount(), getType(), getIvarAccessHistory());
191 getAutoreleaseCount(), getType(), getIvarAccessHistory());
195 return RefVal(k, getObjKind(), getCount(), getAutoreleaseCount(),
200 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount()+1, in autorelease()
206 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), in withIvarAccess()
212 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), in releaseViaIvar()
H A DRetainCountDiagnostics.cpp120 if (PrevV.getAutoreleaseCount() == CurrV.getAutoreleaseCount()) in shouldGenerateNote()
123 assert(PrevV.getAutoreleaseCount() < CurrV.getAutoreleaseCount()); in shouldGenerateNote()
149 if (CurrV.getAutoreleaseCount()) in shouldGenerateNote()
H A DRetainCountChecker.cpp1215 unsigned ACnt = V.getAutoreleaseCount(); in handleAutoreleaseCounts()
1270 if (V.getAutoreleaseCount() > 1) in handleAutoreleaseCounts()
1271 os << V.getAutoreleaseCount() << " times but the object "; in handleAutoreleaseCounts()