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()
1001 unsigned cnt = X.getCount(); in processReturn()
1009 unsigned cnt = X.getCount(); in processReturn()
1083 if (X.isReturnedOwned() && X.getCount() == 0) { in checkReturnWithRetEffect()
1221 unsigned Cnt = V.getCount(); in handleAutoreleaseCounts()
1245 V.setCount(V.getCount() - ACnt); in handleAutoreleaseCounts()
1274 os << "has a +" << V.getCount() << " retain count"; in handleAutoreleaseCounts()
1302 hasLeak = (V.getCount() > 0); in handleSymbolDeath()