Lines Matching refs:getCount
54 unsigned cnt = getCount(); in print()
61 unsigned cnt = getCount(); in print()
68 unsigned cnt = getCount(); in print()
75 unsigned cnt = getCount(); in print()
804 assert(V.getCount() > 0); in updateSymbol()
805 if (V.getCount() == 1) { in updateSymbol()
820 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()