Home
last modified time | relevance | path

Searched refs:get_num_locations (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Ddiagnostic.h335 return diagnostic->message.m_richloc->get_num_locations (); in diagnostic_num_locations()
H A Ddiagnostic-show-locus.c829 m_layout_ranges (richloc->get_num_locations ()), in layout()
831 m_line_spans (1 + richloc->get_num_locations ()), in layout()
834 for (unsigned int idx = 0; idx < richloc->get_num_locations (); idx++) in layout()
2434 ASSERT_EQ (2, richloc.get_num_locations ()); in test_add_location_if_nearby()
2453 ASSERT_EQ (1, richloc.get_num_locations ()); in test_add_location_if_nearby()
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dline-map.h1613 unsigned int get_num_locations () const { return m_ranges.count (); } in get_num_locations() function