Home | History | Annotate | Download | only in Breakpoint

Lines Matching full:num_locations

454                 size_t num_locations = m_locations.GetSize();
456 for (loc_idx = 0; loc_idx < num_locations; loc_idx++)
541 const size_t num_locations = GetNumLocations ();
557 if (num_locations > 0)
559 s->Printf(", locations = %" PRIu64, (uint64_t)num_locations);
582 if (num_locations == 0)
586 else if (num_locations == 1)
596 s->Printf ("%zd locations.", num_locations);
601 s->Printf ("%zd locations.", num_locations);
622 for (size_t i = 0; i < num_locations; ++i)