Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc3103 int extra_width[num_tabstops]; in test_layout_x_offset_display_tab() local
3107 extra_width[tabstop] = this_tab_size - 1; in test_layout_x_offset_display_tab()
3113 ASSERT_EQ (7, extra_width[10]); in test_layout_x_offset_display_tab()
3132 ASSERT_EQ (line_bytes + extra_width[tabstop], in test_layout_x_offset_display_tab()
3135 ASSERT_EQ (line_bytes + extra_width[tabstop], in test_layout_x_offset_display_tab()
3156 ASSERT_EQ (right_quote - left_quote, extra_width[tabstop] + 2); in test_layout_x_offset_display_tab()
3185 const char *expected_output = (extra_width[tabstop] ? output1 : output2); in test_layout_x_offset_display_tab()