Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-indentation.c74 const char *line = location_get_source_line (exploc.file, exploc.line, in get_visual_column()
116 const char *line = location_get_source_line (file, line_num, &line_len); in get_first_nws_vis_column()
H A Dc-format.c3506 const char *line = location_get_source_line (start.file, start.line, in get_corrected_substring()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dedit-context.c427 = location_get_source_line (m_filename, line_num, &len); in print_content()
548 = location_get_source_line (m_filename, line_num, &line_len); in print_diff_hunk()
579 = location_get_source_line (m_filename, line_num, &line_len); in print_run_of_changed_lines()
676 = location_get_source_line (m_filename, m_num_lines + 1, in get_num_lines()
698 const char *line = location_get_source_line (filename, line_num, in edited_line()
H A Dinput.h42 extern const char *location_get_source_line (const char *file_path, int line,
H A Dinput.c748 location_get_source_line (const char *file_path, int line, in location_get_source_line() function
1125 const char *line_text = location_get_source_line (exploc.file, in dump_location_info()
1430 const char *line = location_get_source_line (start.file, start.line, in get_substring_ranges_for_loc()
1912 const char *source_line = location_get_source_line (tmp.get_filename (), in test_reading_source_line()
1919 source_line = location_get_source_line (tmp.get_filename (), in test_reading_source_line()
1926 source_line = location_get_source_line (tmp.get_filename (), in test_reading_source_line()
H A Ddiagnostic-show-locus.c862 const char *line = location_get_source_line (m_exploc.file, m_exploc.line, in layout()
1630 chars = location_get_source_line (filename, line, &width); in source_line()
1939 const char *line = location_get_source_line (m_exploc.file, row, in print_line()
H A Dfinal.c2220 const char *line = location_get_source_line (filename, linenum, &line_size); in asm_show_source()