Home | History | Annotate | Download | only in gcc

Lines Matching defs:m_layout_ranges

440   auto_vec <layout_range> m_layout_ranges;
1178 sanely print, populating m_layout_ranges and m_fixit_hints.
1198 m_layout_ranges (richloc->get_num_locations ()),
1235 /* Attempt to add LOC_RANGE to m_layout_ranges, filtering them to
1280 if (m_layout_ranges.length () > 0)
1310 if (m_layout_ranges.length () == 0)
1337 /* Passed all the tests; add the range to m_layout_ranges so that
1339 m_layout_ranges.safe_push (ri);
1406 for (unsigned int i = 0; i < m_layout_ranges.length (); i++)
1408 const layout_range *lr = &m_layout_ranges[i];
1472 m_layout_ranges, for those ranges within the same source file.
1516 m_exploc, and for m_layout_ranges. */
1517 auto_vec<line_span> tmp_spans (1 + m_layout_ranges.length ());
1519 for (unsigned int i = 0; i < m_layout_ranges.length (); i++)
1521 const layout_range *lr = &m_layout_ranges[i];
1785 i.e. if any of m_layout_ranges contains ROW. */
1792 FOR_EACH_VEC_ELT (m_layout_ranges, i, range)
1919 FOR_EACH_VEC_ELT (m_layout_ranges, i, range)
2111 FOR_EACH_VEC_ELT (m_layout_ranges, i, range)
2610 FOR_EACH_VEC_ELT (m_layout_ranges, i, range)
2660 FOR_EACH_VEC_ELT (m_layout_ranges, i, range)