/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | diagnostic.h | 154 expanded_location); 515 expanded_location); 547 static inline expanded_location 564 expanded_location s1, expanded_location s2) in diagnostic_same_line() 572 expanded_location s);
|
H A D | input.h | 62 extern expanded_location expand_location (location_t); 67 location_compute_display_column (expanded_location exploc, 159 extern expanded_location
|
H A D | gcc-rich-location.cc | 80 expanded_location exploc = expand_location (loc); in blank_line_before_p() 118 expanded_location exploc_insertion_point = expand_location (insertion_point); in use_new_line()
|
H A D | selftest-diagnostic.h | 42 start_span_cb (diagnostic_context *context, expanded_location exploc);
|
H A D | selftest-diagnostic.cc | 57 expanded_location exploc) in start_span_cb()
|
H A D | diagnostic.cc | 395 expanded_location s) in convert_column_unit() 420 diagnostic_converted_column (diagnostic_context *context, expanded_location s) in diagnostic_converted_column() 456 expanded_location s) in diagnostic_get_location_text() 503 expanded_location s = diagnostic_expand_location (diagnostic); in diagnostic_build_prefix() 765 expanded_location s = {}; in diagnostic_report_current_module() 851 expanded_location exploc) in default_diagnostic_start_span_fn() 1027 expanded_location start_exploc = expand_location (start_loc); in print_parseable_fixits() 1032 expanded_location next_exploc = expand_location (next_loc); in print_parseable_fixits() 1360 expanded_location s in diagnostic_report_diagnostic() 2378 expanded_location xloc; in assert_location_text()
|
H A D | diagnostic-show-locus.cc | 175 class exploc_with_display_col : public expanded_location 178 exploc_with_display_col (const expanded_location &exploc, in exploc_with_display_col() 181 : expanded_location (exploc), in exploc_with_display_col() 190 expanded_location prev_exploc (exploc); in exploc_with_display_col() 385 expanded_location get_expanded_location (const line_span *) const; 711 const expanded_location start_exploc in make_range() 713 const expanded_location finish_exploc in make_range() 1259 expanded_location start in maybe_add_location_range() 1262 expanded_location finish in maybe_add_location_range() 1265 expanded_location caret in maybe_add_location_range() [all …]
|
H A D | input.cc | 210 static expanded_location 215 expanded_location xloc; in expand_location_1() 320 expanded_location xloc = expand_location (l); in total_lines_num() 952 expanded_location 965 expanded_location 981 expanded_location 1066 location_compute_display_column (expanded_location exploc, in location_compute_display_column() 1279 expanded_location exploc in dump_location_info() 1601 expanded_location start in get_substring_ranges_for_loc() 1604 expanded_location finish in get_substring_ranges_for_loc()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | diagnostic.h | 93 expanded_location); 405 expanded_location); 437 static inline expanded_location 454 expanded_location s1, expanded_location s2) in diagnostic_same_line()
|
H A D | input.h | 40 extern expanded_location expand_location (location_t); 41 extern int location_compute_display_column (expanded_location); 89 extern expanded_location
|
H A D | diagnostic-show-locus.c | 175 class exploc_with_display_col : public expanded_location 178 exploc_with_display_col (const expanded_location &exploc) in exploc_with_display_col() 179 : expanded_location (exploc), in exploc_with_display_col() 192 layout_point (const expanded_location &exploc) in layout_point() 208 layout_range (const expanded_location *start_exploc, 209 const expanded_location *finish_exploc, 211 const expanded_location *caret_exploc, 347 expanded_location get_expanded_location (const line_span *) const; 516 layout_range::layout_range (const expanded_location *start_exploc, in layout_range() 517 const expanded_location *finish_exploc, in layout_range() [all …]
|
H A D | gcc-rich-location.c | 80 expanded_location exploc = expand_location (loc); in blank_line_before_p() 118 expanded_location exploc_insertion_point = expand_location (insertion_point); in use_new_line()
|
H A D | selftest-diagnostic.h | 42 start_span_cb (diagnostic_context *context, expanded_location exploc);
|
H A D | selftest-diagnostic.c | 57 expanded_location exploc) in start_span_cb()
|
H A D | diagnostic.c | 380 expanded_location s) in diagnostic_get_location_text() 420 expanded_location s = diagnostic_expand_location (diagnostic); in diagnostic_build_prefix() 722 expanded_location exploc) in default_diagnostic_start_span_fn() 893 expanded_location start_exploc = expand_location (start_loc); in print_parseable_fixits() 898 expanded_location next_exploc = expand_location (next_loc); in print_parseable_fixits() 1133 expanded_location s in diagnostic_report_diagnostic() 2050 expanded_location xloc; in assert_location_text()
|
H A D | input.c | 157 static expanded_location 162 expanded_location xloc; in expand_location_1() 266 expanded_location xloc = expand_location (l); in total_lines_num() 805 expanded_location 818 expanded_location 834 expanded_location 916 location_compute_display_column (expanded_location exploc) in location_compute_display_column() 1128 expanded_location exploc in dump_location_info() 1441 expanded_location start in get_substring_ranges_for_loc() 1444 expanded_location finish in get_substring_ranges_for_loc()
|
H A D | coverage.c | 534 expanded_location xloc in coverage_compute_lineno_checksum() 561 expanded_location xloc in coverage_compute_profile_id() 624 expanded_location startloc in coverage_begin_function() 649 expanded_location endloc = expand_location (cfun->function_end_locus); in coverage_begin_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-indentation.c | 49 get_visual_column (expanded_location exploc, location_t loc, in get_visual_column() 293 expanded_location body_exploc = expand_location (body_loc); in should_warn_for_misleading_indentation() 294 expanded_location next_stmt_exploc = expand_location (next_stmt_loc); in should_warn_for_misleading_indentation() 295 expanded_location guard_exploc = expand_location (guard_loc); in should_warn_for_misleading_indentation() 657 expanded_location exploc; in assert_get_visual_column_succeeds() 695 expanded_location exploc; in assert_get_visual_column_fails()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-indentation.cc | 48 get_visual_column (expanded_location exploc, in get_visual_column() 303 expanded_location body_exploc = expand_location (body_loc); in should_warn_for_misleading_indentation() 304 expanded_location next_stmt_exploc = expand_location (next_stmt_loc); in should_warn_for_misleading_indentation() 305 expanded_location guard_exploc = expand_location (guard_loc); in should_warn_for_misleading_indentation() 694 expanded_location exploc; in assert_get_visual_column_succeeds() 732 expanded_location exploc; in assert_get_visual_column_fails()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | line-map.h | 1260 } expanded_location; typedef 1639 expanded_location get_expanded_location (unsigned int idx); 1748 expanded_location m_expanded_location; 1977 expanded_location linemap_expand_location (class line_maps *, 2041 extern expanded_location
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | line-map.h | 1313 } expanded_location; typedef 1698 expanded_location get_expanded_location (unsigned int idx); 1823 expanded_location m_expanded_location; 2049 expanded_location linemap_expand_location (class line_maps *, 2113 extern expanded_location
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | error.c | 1042 expanded_location s) in gfc_diagnostic_build_locus_prefix() 1061 expanded_location s, expanded_location s2) in gfc_diagnostic_build_locus_prefix() 1102 expanded_location s1 = diagnostic_expand_location (diagnostic); in gfc_diagnostic_starter() 1103 expanded_location s2; in gfc_diagnostic_starter() 1160 expanded_location exploc) in gfc_diagnostic_start_span()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | error.cc | 1143 expanded_location s) in gfc_diagnostic_build_locus_prefix() 1162 expanded_location s, expanded_location s2) in gfc_diagnostic_build_locus_prefix() 1203 expanded_location s1 = diagnostic_expand_location (diagnostic); in gfc_diagnostic_starter() 1204 expanded_location s2; in gfc_diagnostic_starter() 1261 expanded_location exploc) in gfc_diagnostic_start_span()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | line-map.cc | 1785 expanded_location 1791 expanded_location xloc; in linemap_expand_location() 2132 expanded_location 2410 expanded_location exploc_start in maybe_add_fixit() 2413 expanded_location exploc_next_loc in maybe_add_fixit() 2504 expanded_location exploc_start in affects_line_p() 2511 expanded_location exploc_next_loc in affects_line_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | line-map.c | 1706 expanded_location 1712 expanded_location xloc; in linemap_expand_location() 2052 expanded_location 2330 expanded_location exploc_start in maybe_add_fixit() 2333 expanded_location exploc_next_loc in maybe_add_fixit() 2416 expanded_location exploc_start in affects_line_p() 2423 expanded_location exploc_next_loc in affects_line_p()
|