Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c397 bool m_show_line_numbers_p; variable
971 m_show_line_numbers_p (context->show_line_numbers_p), in layout()
1132 gcc_assert (m_show_line_numbers_p); in print_gap_in_line_numbering()
1315 const int merger_distance = m_show_line_numbers_p ? 1 : 0; in calculate_line_spans()
1412 if (m_show_line_numbers_p) in calculate_x_offset_display()
1462 if (m_show_line_numbers_p) in print_source_line()
1565 if (m_show_line_numbers_p) in start_annotation_line()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc438 bool m_show_line_numbers_p; member in __anonbef134440111::layout
1196 m_show_line_numbers_p (context->show_line_numbers_p), in layout()
1364 gcc_assert (m_show_line_numbers_p); in print_gap_in_line_numbering()
1547 const int merger_distance = m_show_line_numbers_p ? 1 : 0; in calculate_line_spans()
1644 if (m_show_line_numbers_p) in calculate_x_offset_display()
1691 if (m_show_line_numbers_p) in print_source_line()
1809 if (m_show_line_numbers_p) in start_annotation_line()
H A DChangeLog-201813420 "m_show_line_numbers_p" and "m_linenum_width";