Searched refs:test_left_margin (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | diagnostic-show-locus.c | 2610 static const int test_left_margin = 7; variable 2616 int left_margin = test_left_margin) 2691 test_offset_impl (line_bytes, line_display_cols + test_left_margin, 0); in test_layout_x_offset_display_utf8() 2692 test_offset_impl (emoji_col, line_display_cols + test_left_margin, 0); in test_layout_x_offset_display_utf8() 2711 test_offset_impl (line_bytes, line_display_cols + test_left_margin - excess, in test_layout_x_offset_display_utf8() 2720 line_display_cols + test_left_margin - small_width); in test_layout_x_offset_display_utf8() 2726 emoji_col + test_left_margin in test_layout_x_offset_display_utf8() 2733 dc.min_margin_width = test_left_margin - test_linenum_sep + 1; in test_layout_x_offset_display_utf8() 2757 dc.min_margin_width = test_left_margin - test_linenum_sep + 1; in test_layout_x_offset_display_utf8()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | diagnostic-show-locus.cc | 2916 static const int test_left_margin = 7; variable 2922 int left_margin = test_left_margin) in test_offset_impl() 2999 test_offset_impl (line_bytes, line_display_cols + test_left_margin, 0); in test_layout_x_offset_display_utf8() 3000 test_offset_impl (emoji_col, line_display_cols + test_left_margin, 0); in test_layout_x_offset_display_utf8() 3019 test_offset_impl (line_bytes, line_display_cols + test_left_margin - excess, in test_layout_x_offset_display_utf8() 3028 line_display_cols + test_left_margin - small_width); in test_layout_x_offset_display_utf8() 3034 emoji_col + test_left_margin in test_layout_x_offset_display_utf8() 3041 dc.min_margin_width = test_left_margin - test_linenum_sep + 1; in test_layout_x_offset_display_utf8() 3065 dc.min_margin_width = test_left_margin - test_linenum_sep + 1; in test_layout_x_offset_display_utf8() 3168 dc.min_margin_width = test_left_margin - test_linenum_sep + 1; in test_layout_x_offset_display_tab()
|
H A D | ChangeLog-2019 | 1293 (test_left_margin): Likewise.
|