reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
707 TypeStats.update(uint32_t(Type.kind()), Type.length()); 714 TypeStats.Totals.Count, TypeStats.Totals.Size, 714 TypeStats.Totals.Count, TypeStats.Totals.Size, 715 (double)TypeStats.Totals.Size / TypeStats.Totals.Count); 715 (double)TypeStats.Totals.Size / TypeStats.Totals.Count); 718 for (const auto &K : TypeStats.getStatsSortedBySize()) {