Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c399 auto_vec <layout_range> m_layout_ranges; variable
973 m_layout_ranges (richloc->get_num_locations ()), in layout()
1054 if (m_layout_ranges.length () > 0) in maybe_add_location_range()
1078 if (m_layout_ranges.length () == 0) in maybe_add_location_range()
1107 m_layout_ranges.safe_push (ri); in maybe_add_location_range()
1174 for (unsigned int i = 0; i < m_layout_ranges.length (); i++) in get_expanded_location()
1176 const layout_range *lr = &m_layout_ranges[i]; in get_expanded_location()
1285 auto_vec<line_span> tmp_spans (1 + m_layout_ranges.length ()); in calculate_line_spans()
1287 for (unsigned int i = 0; i < m_layout_ranges.length (); i++) in calculate_line_spans()
1289 const layout_range *lr = &m_layout_ranges[i]; in calculate_line_spans()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc440 auto_vec <layout_range> m_layout_ranges; member in __anonbef134440111::layout
1198 m_layout_ranges (richloc->get_num_locations ()), in layout()
1280 if (m_layout_ranges.length () > 0) in maybe_add_location_range()
1310 if (m_layout_ranges.length () == 0) in maybe_add_location_range()
1339 m_layout_ranges.safe_push (ri); in maybe_add_location_range()
1406 for (unsigned int i = 0; i < m_layout_ranges.length (); i++) in get_expanded_location()
1408 const layout_range *lr = &m_layout_ranges[i]; in get_expanded_location()
1517 auto_vec<line_span> tmp_spans (1 + m_layout_ranges.length ()); in calculate_line_spans()
1519 for (unsigned int i = 0; i < m_layout_ranges.length (); i++) in calculate_line_spans()
1521 const layout_range *lr = &m_layout_ranges[i]; in calculate_line_spans()
[all …]
H A DChangeLog-201614357 rich_location::MAX_RANGES with m_layout_ranges.length ().