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

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 880 get_line_bytes_without_trailing_whitespace (const char *line, int line_bytes) function in namespace:__anon13576
902 /* A helper function for testing get_line_bytes_without_trailing_whitespace. */
908 = get_line_bytes_without_trailing_whitespace (line, strlen (line));
912 /* Verify that get_line_bytes_without_trailing_whitespace is sane for
1649 = get_line_bytes_without_trailing_whitespace (line.get_buffer (),
1725 line_bytes = get_line_bytes_without_trailing_whitespace (line,
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc 870 get_line_bytes_without_trailing_whitespace (const char *line, int line_bytes) function in namespace:__anon16012
892 /* A helper function for testing get_line_bytes_without_trailing_whitespace. */
898 = get_line_bytes_without_trailing_whitespace (line, strlen (line));
902 /* Verify that get_line_bytes_without_trailing_whitespace is sane for
1626 = get_line_bytes_without_trailing_whitespace (line.get_buffer (),
1702 line_bytes = get_line_bytes_without_trailing_whitespace (line,

Completed in 55 milliseconds