Home
last modified time | relevance | path

Searched refs:m_exploc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c393 exploc_with_display_col m_exploc; variable
967 m_exploc (richloc->get_expanded_location (0)), in layout()
1045 if (start.file != m_exploc.file) in maybe_add_location_range()
1047 if (finish.file != m_exploc.file) in maybe_add_location_range()
1050 if (caret.file != m_exploc.file) in maybe_add_location_range()
1155 if (m_exploc.line > (int)get_line_span (0)->m_last_line) in print_heading_for_line_span_index_p()
1169 if (line_span->contains_line_p (m_exploc.line)) in get_expanded_location()
1170 return m_exploc; in get_expanded_location()
1179 expanded_location exploc = m_exploc; in get_expanded_location()
1200 return m_exploc; in get_expanded_location()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc434 exploc_with_display_col m_exploc; member in __anonbef134440111::layout
1191 m_exploc (richloc->get_expanded_location (0), m_policy, in layout()
1271 if (start.file != m_exploc.file) in maybe_add_location_range()
1273 if (finish.file != m_exploc.file) in maybe_add_location_range()
1276 if (caret.file != m_exploc.file) in maybe_add_location_range()
1387 if (m_exploc.line > (int)get_line_span (0)->m_last_line) in print_heading_for_line_span_index_p()
1401 if (line_span->contains_line_p (m_exploc.line)) in get_expanded_location()
1402 return m_exploc; in get_expanded_location()
1411 expanded_location exploc = m_exploc; in get_expanded_location()
1432 return m_exploc; in get_expanded_location()
[all …]
H A DChangeLog-20217955 (layout::layout): Initialize new fields. Update m_exploc ctor
H A DChangeLog-20191246 (class layout): m_exploc changed to exploc_with_display_col from