Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c261 linenum_type get_first_line () const { return m_first_line; } in get_first_line() function
291 ASSERT_EQ (1, line_one.get_first_line ()); in test_line_span()
298 ASSERT_EQ (1, lines_1_to_3.get_first_line ()); in test_line_span()
310 ASSERT_EQ (LARGEST_LINE, largest_line.get_first_line ()); in test_line_span()
2593 for (linenum_arith_t row = line_span->get_first_line (); in diagnostic_show_locus()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc274 linenum_type get_first_line () const { return m_first_line; } in get_first_line() function in __anonbef134440111::line_span
304 ASSERT_EQ (1, line_one.get_first_line ()); in test_line_span()
311 ASSERT_EQ (1, lines_1_to_3.get_first_line ()); in test_line_span()
323 ASSERT_EQ (LARGEST_LINE, largest_line.get_first_line ()); in test_line_span()
2846 for (linenum_arith_t row = line_span->get_first_line (); in diagnostic_show_locus()
H A DChangeLog-201632149 (layout::get_first_line): Delete.