Searched refs:getAutoreleaseCount (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 128 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 D | RetainCountDiagnostics.cpp | 120 if (PrevV.getAutoreleaseCount() == CurrV.getAutoreleaseCount()) in shouldGenerateNote() 123 assert(PrevV.getAutoreleaseCount() < CurrV.getAutoreleaseCount()); in shouldGenerateNote() 149 if (CurrV.getAutoreleaseCount()) in shouldGenerateNote()
|
| H A D | RetainCountChecker.cpp | 1215 unsigned ACnt = V.getAutoreleaseCount(); in handleAutoreleaseCounts() 1270 if (V.getAutoreleaseCount() > 1) in handleAutoreleaseCounts() 1271 os << V.getAutoreleaseCount() << " times but the object "; in handleAutoreleaseCounts()
|