Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c814 get_line_bytes_without_trailing_whitespace (const char *line, int line_bytes) in get_line_bytes_without_trailing_whitespace() function
842 = get_line_bytes_without_trailing_whitespace (line, strlen (line)); in assert_eq()
1394 = get_line_bytes_without_trailing_whitespace (line.get_buffer (), in calculate_x_offset_display()
1474 line_bytes = get_line_bytes_without_trailing_whitespace (line, in print_source_line()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc870 get_line_bytes_without_trailing_whitespace (const char *line, int line_bytes) in get_line_bytes_without_trailing_whitespace() function
898 = get_line_bytes_without_trailing_whitespace (line, strlen (line)); in assert_eq()
1626 = get_line_bytes_without_trailing_whitespace (line.get_buffer (), in calculate_x_offset_display()
1702 line_bytes = get_line_bytes_without_trailing_whitespace (line, in print_source_line()
H A DChangeLog-20191243 (get_line_bytes_without_trailing_whitespace): ...this.