Home
last modified time | relevance | path

Searched refs:location_get_source_line (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-indentation.c74 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 Dc-format.c4552 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 Dc-indentation.cc53 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 Dc-format.cc4551 char_span line = location_get_source_line (start.file, start.line); in get_corrected_substring()
H A DChangeLog4409 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 Dedit-context.c425 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 Dgcc-rich-location.c81 char_span line = location_get_source_line (exploc.file, exploc.line); in blank_line_before_p()
H A Dinput.h86 extern char_span location_get_source_line (const char *file_path, int line);
H A Dinput.c751 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 Ddiagnostic-show-locus.c1385 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 Dfinal.c2147 char_span line = location_get_source_line (filename, linenum); in asm_show_source()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dedit-context.cc425 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 Dgcc-rich-location.cc81 char_span line = location_get_source_line (exploc.file, exploc.line); in blank_line_before_p()
H A Dinput.h113 extern char_span location_get_source_line (const char *file_path, int line);
H A Dinput.cc891 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 Ddiagnostic-show-locus.cc1617 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 Dfinal.cc2124 char_span line = location_get_source_line (filename, linenum); in asm_show_source()
H A DChangeLog-201824524 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 DChangeLog-201447463 * 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 DChangeLog-201516389 * input.h (location_get_source_line): Drop "expanded_location"
16391 * input.c (location_get_source_line): Likewise.
16393 location_get_source_line.
H A DChangeLog-201228924 (location_get_source_line): New.
28925 * input.h (location_get_source_line): Declare.
H A DChangeLog-201611253 * input.c (location_get_source_line): Likewise.
11469 (location_get_source_line): Don't use static data.
H A DChangeLog-201732515 line_width, rather than calling location_get_source_line. Drop
32523 location_get_source_line call and error-handling from
H A DChangeLog-202121333 (location_get_source_line): Update for moving of globals to