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 D | c-indentation.c | 74 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 D | c-format.c | 3506 const char *line = location_get_source_line (start.file, start.line, in get_corrected_substring()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | edit-context.c | 427 = 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 D | input.h | 42 extern const char *location_get_source_line (const char *file_path, int line,
|
H A D | input.c | 748 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 D | diagnostic-show-locus.c | 862 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 D | final.c | 2220 const char *line = location_get_source_line (filename, linenum, &line_size); in asm_show_source()
|