Home | History | Annotate | Download | only in gcc

Lines Matching defs:line_bytes

395 				 int line_bytes);
866 /* Given a source line LINE of length LINE_BYTES bytes, determine the length
870 get_line_bytes_without_trailing_whitespace (const char *line, int line_bytes)
872 int result = line_bytes;
882 gcc_assert (result <= line_bytes);
1625 const int line_bytes
1629 = cpp_display_width (line.get_buffer (), line_bytes, m_policy);
1681 0-terminated) and LINE_BYTES is its length in bytes. In order to handle both
1686 layout::print_source_line (linenum_type row, const char *line, int line_bytes)
1702 line_bytes = get_line_bytes_without_trailing_whitespace (line,
1703 line_bytes);
1708 cpp_display_width_computation dw (line, line_bytes, m_policy);
2952 const int line_bytes = strlen (content) - 1;
2956 const int line_display_cols = line_bytes - 2*2;
2967 location_t line_end = linemap_position_for_column (line_table, line_bytes);
2975 ASSERT_EQ (line_bytes, LOCATION_COLUMN (line_end));
2996 test_offset_impl (line_bytes+1, 100, 0);
2999 test_offset_impl (line_bytes, line_display_cols + test_left_margin, 0);
3019 test_offset_impl (line_bytes, line_display_cols + test_left_margin - excess,
3027 test_offset_impl (line_bytes - caret_offset, small_width,
3094 const int line_bytes = strlen (content) - 1;
3120 location_t line_end = linemap_position_for_column (line_table, line_bytes);
3132 ASSERT_EQ (line_bytes + extra_width[tabstop],
3135 ASSERT_EQ (line_bytes + extra_width[tabstop],