/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-indentation.c | 74 char_span line = location_get_source_line (exploc.file, exploc.line); in get_visual_column() 117 char_span line = location_get_source_line (file, line_num); in get_first_nws_vis_column()
|
H A D | c-format.c | 4552 char_span line = location_get_source_line (start.file, start.line); in get_corrected_substring()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-indentation.cc | 53 char_span line = location_get_source_line (exploc.file, exploc.line); in get_visual_column() 96 char_span line = location_get_source_line (file, line_num); in get_first_nws_vis_column()
|
H A D | c-format.cc | 4551 char_span line = location_get_source_line (start.file, start.line); in get_corrected_substring()
|
H A D | ChangeLog | 4409 location_get_source_line returning a char_span. Use a char_span 4412 location_get_source_line returning a char_span. 7858 signature of location_get_source_line.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | edit-context.c | 425 char_span line = location_get_source_line (m_filename, line_num); in print_content() 544 char_span old_line = location_get_source_line (m_filename, line_num); in print_diff_hunk() 573 char_span old_line = location_get_source_line (m_filename, line_num); in print_run_of_changed_lines() 670 = location_get_source_line (m_filename, m_num_lines + 1); in get_num_lines() 691 char_span line = location_get_source_line (filename, line_num); in edited_line()
|
H A D | gcc-rich-location.c | 81 char_span line = location_get_source_line (exploc.file, exploc.line); in blank_line_before_p()
|
H A D | input.h | 86 extern char_span location_get_source_line (const char *file_path, int line);
|
H A D | input.c | 751 location_get_source_line (const char *file_path, int line) in location_get_source_line() function 920 char_span line = location_get_source_line (exploc.file, exploc.line); in location_compute_display_column() 1135 char_span line_text = location_get_source_line (exploc.file, in dump_location_info() 1454 char_span line = location_get_source_line (start.file, start.line); in get_substring_ranges_for_loc() 1953 char_span source_line = location_get_source_line (tmp.get_filename (), 3); in test_reading_source_line() 1960 source_line = location_get_source_line (tmp.get_filename (), 2); in test_reading_source_line() 1967 source_line = location_get_source_line (tmp.get_filename (), 4); in test_reading_source_line()
|
H A D | diagnostic-show-locus.c | 1385 const char_span line = location_get_source_line (m_exploc.file, in calculate_x_offset_display() 2164 char_span span = location_get_source_line (filename, line); in source_line() 2498 char_span line = location_get_source_line (m_exploc.file, row); in print_line() 2671 char_span lspan = location_get_source_line (tmp.get_filename (), 1); in test_layout_x_offset_display_utf8() 3886 char_span lspan = location_get_source_line (tmp.get_filename (), 1); in test_diagnostic_show_locus_one_liner_utf8()
|
H A D | final.c | 2147 char_span line = location_get_source_line (filename, linenum); in asm_show_source()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | edit-context.cc | 425 char_span line = location_get_source_line (m_filename, line_num); in print_content() 550 char_span old_line = location_get_source_line (m_filename, line_num); in print_diff_hunk() 579 char_span old_line = location_get_source_line (m_filename, line_num); in print_run_of_changed_lines() 676 = location_get_source_line (m_filename, m_num_lines + 1); in get_num_lines() 697 char_span line = location_get_source_line (filename, line_num); in edited_line()
|
H A D | gcc-rich-location.cc | 81 char_span line = location_get_source_line (exploc.file, exploc.line); in blank_line_before_p()
|
H A D | input.h | 113 extern char_span location_get_source_line (const char *file_path, int line);
|
H A D | input.cc | 891 location_get_source_line (const char *file_path, int line) in location_get_source_line() function 1071 char_span line = location_get_source_line (exploc.file, exploc.line); in location_compute_display_column() 1286 char_span line_text = location_get_source_line (exploc.file, in dump_location_info() 1614 char_span line = location_get_source_line (start.file, start.line); in get_substring_ranges_for_loc() 2113 char_span source_line = location_get_source_line (tmp.get_filename (), 3); in test_reading_source_line() 2120 source_line = location_get_source_line (tmp.get_filename (), 2); in test_reading_source_line() 2127 source_line = location_get_source_line (tmp.get_filename (), 4); in test_reading_source_line()
|
H A D | diagnostic-show-locus.cc | 1617 const char_span line = location_get_source_line (m_exploc.file, in calculate_x_offset_display() 2417 char_span span = location_get_source_line (filename, line); in source_line() 2753 char_span line = location_get_source_line (m_exploc.file, row); in print_line() 2977 char_span lspan = location_get_source_line (tmp.get_filename (), 1); in test_layout_x_offset_display_utf8() 3127 char_span lspan = location_get_source_line (tmp.get_filename (), 1); in test_layout_x_offset_display_tab() 4358 char_span lspan = location_get_source_line (tmp.get_filename (), 1); in test_diagnostic_show_locus_one_liner_utf8()
|
H A D | final.cc | 2124 char_span line = location_get_source_line (filename, linenum); in asm_show_source()
|
H A D | ChangeLog-2018 | 24524 location_get_source_line returning a char_span. 24528 (struct source_line): Update for location_get_source_line 24537 * input.c (location_get_source_line): Convert return type 24543 (test_reading_source_line): Update for location_get_source_line 24554 (location_get_source_line): Convert return type from const char *
|
H A D | ChangeLog-2014 | 47463 * input.c (location_get_source_line): Bail out on when line number 47984 * input.h (location_get_source_line): Take an additional line_size 47997 (location_get_source_line): Take an additional output line_len 48005 location_get_source_line and adjust_line with respect to their new
|
H A D | ChangeLog-2015 | 16389 * input.h (location_get_source_line): Drop "expanded_location" 16391 * input.c (location_get_source_line): Likewise. 16393 location_get_source_line.
|
H A D | ChangeLog-2012 | 28924 (location_get_source_line): New. 28925 * input.h (location_get_source_line): Declare.
|
H A D | ChangeLog-2016 | 11253 * input.c (location_get_source_line): Likewise. 11469 (location_get_source_line): Don't use static data.
|
H A D | ChangeLog-2017 | 32515 line_width, rather than calling location_get_source_line. Drop 32523 location_get_source_line call and error-handling from
|
H A D | ChangeLog-2021 | 21333 (location_get_source_line): Update for moving of globals to
|