HomeSort by: relevance | last modified time | path
    Searched defs:line_bytes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 397 int line_bytes);
876 /* Given a source line LINE of length LINE_BYTES bytes, determine the length
880 get_line_bytes_without_trailing_whitespace (const char *line, int line_bytes)
882 int result = line_bytes;
892 gcc_assert (result <= line_bytes);
1648 const int line_bytes local
1652 = cpp_display_width (line.get_buffer (), line_bytes, m_policy);
1704 0-terminated) and LINE_BYTES is its length in bytes. In order to handle both
1709 layout::print_source_line (linenum_type row, const char *line, int line_bytes)
1725 line_bytes = get_line_bytes_without_trailing_whitespace (line
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc 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 local
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
    [all...]

Completed in 21 milliseconds