Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Ddiagnostic-show-locus.c164 linenum_type get_last_line () const { return m_last_line; } in get_last_line() function
194 ASSERT_EQ (1, line_one.get_last_line ()); in test_line_span()
201 ASSERT_EQ (3, lines_1_to_3.get_last_line ()); in test_line_span()
213 ASSERT_EQ (LARGEST_LINE, largest_line.get_last_line ()); in test_line_span()
2016 linenum_type last_line = line_span->get_last_line (); in diagnostic_show_locus()