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()
803 assert(V.getCount() > 0); in updateSymbol()
804 if (V.getCount() == 1) { in updateSymbol()
819 if (V.getCount() > 0) { in updateSymbol()
1000 unsigned cnt = X.getCount(); in processReturn()
1008 unsigned cnt = X.getCount(); in processReturn()
1082 if (X.isReturnedOwned() && X.getCount() == 0) { in checkReturnWithRetEffect()
1220 unsigned Cnt = V.getCount(); in handleAutoreleaseCounts()
1244 V.setCount(V.getCount() - ACnt); in handleAutoreleaseCounts()
1273 os << "has a +" << V.getCount() << " retain count"; in handleAutoreleaseCounts()
1301 hasLeak = (V.getCount() > 0); in handleSymbolDeath()