reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
887 if (num_locations > 0) { 888 s->Printf(", locations = %" PRIu64, (uint64_t)num_locations); 925 if (num_locations == 0) { 927 } else if (num_locations == 1 && !show_locations) { 932 s->Printf("%" PRIu64 " locations.", static_cast<uint64_t>(num_locations)); 953 for (size_t i = 0; i < num_locations; ++i) {