reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
54 unsigned cnt = getCount(); 61 unsigned cnt = getCount(); 68 unsigned cnt = getCount(); 75 unsigned cnt = getCount(); 804 assert(V.getCount() > 0); 805 if (V.getCount() == 1) { 820 if (V.getCount() > 0) { 1000 unsigned cnt = X.getCount(); 1008 unsigned cnt = X.getCount(); 1082 if (X.isReturnedOwned() && X.getCount() == 0) { 1220 unsigned Cnt = V.getCount(); 1244 V.setCount(V.getCount() - ACnt); 1273 os << "has a +" << V.getCount() << " retain count"; 1301 hasLeak = (V.getCount() > 0);tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
185 return RefVal(getKind(), getObjKind(), getCount() - i, 190 return RefVal(getKind(), getObjKind(), getCount() + i, 195 return RefVal(k, getObjKind(), getCount(), getAutoreleaseCount(), 200 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount()+1, 206 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), 212 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(),tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
118 if (PrevV.getCount() == CurrV.getCount()) { 118 if (PrevV.getCount() == CurrV.getCount()) { 128 if (PrevV.getCount() > CurrV.getCount()) 128 if (PrevV.getCount() > CurrV.getCount()) 133 if (unsigned Count = CurrV.getCount()) 399 unsigned CountBefore = CountBeforeCall->getCount(); 400 unsigned CountAfter = CountAtExit->getCount(); 442 if (CurrT->getCount() == 1) { 445 assert(CurrT->getCount() == 0); 805 "count of +" << RV->getCount();