Lines Matching refs:getCount
117 unsigned cnt = getCount(); in print()
124 unsigned cnt = getCount(); in print()
131 unsigned cnt = getCount(); in print()
138 unsigned cnt = getCount(); in print()
820 assert(V.getCount() > 0); in updateSymbol()
821 if (V.getCount() == 1) { in updateSymbol()
836 if (V.getCount() > 0) { in updateSymbol()
1006 unsigned cnt = X.getCount(); in processReturn()
1014 unsigned cnt = X.getCount(); in processReturn()
1088 if (X.isReturnedOwned() && X.getCount() == 0) { in checkReturnWithRetEffect()
1257 unsigned Cnt = V.getCount(); in handleAutoreleaseCounts()
1281 V.setCount(V.getCount() - ACnt); in handleAutoreleaseCounts()
1310 os << "has a +" << V.getCount() << " retain count"; in handleAutoreleaseCounts()
1341 hasLeak = (V.getCount() > 0); in handleSymbolDeath()