Lines Matching refs:getCount
55 unsigned cnt = getCount(); in print()
62 unsigned cnt = getCount(); in print()
69 unsigned cnt = getCount(); in print()
76 unsigned cnt = getCount(); in print()
805 assert(V.getCount() > 0); in updateSymbol()
806 if (V.getCount() == 1) { in updateSymbol()
821 if (V.getCount() > 0) { in updateSymbol()
1002 unsigned cnt = X.getCount(); in processReturn()
1010 unsigned cnt = X.getCount(); in processReturn()
1084 if (X.isReturnedOwned() && X.getCount() == 0) { in checkReturnWithRetEffect()
1222 unsigned Cnt = V.getCount(); in handleAutoreleaseCounts()
1246 V.setCount(V.getCount() - ACnt); in handleAutoreleaseCounts()
1275 os << "has a +" << V.getCount() << " retain count"; in handleAutoreleaseCounts()
1303 hasLeak = (V.getCount() > 0); in handleSymbolDeath()