Home
last modified time | relevance | path

Searched refs:exploc_start (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc2410 expanded_location exploc_start in maybe_add_fixit() local
2417 if (exploc_start.file != exploc_next_loc.file) in maybe_add_fixit()
2423 if (exploc_start.line != exploc_next_loc.line) in maybe_add_fixit()
2431 if (exploc_start.column > exploc_next_loc.column) in maybe_add_fixit()
2439 if (exploc_start.column == 0 || exploc_next_loc.column == 0) in maybe_add_fixit()
2460 if (exploc_start.column != 1) in maybe_add_fixit()
2504 expanded_location exploc_start in affects_line_p() local
2507 if (file != exploc_start.file) in affects_line_p()
2509 if (line < exploc_start.line) in affects_line_p()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c2330 expanded_location exploc_start in maybe_add_fixit() local
2337 if (exploc_start.file != exploc_next_loc.file) in maybe_add_fixit()
2343 if (exploc_start.line != exploc_next_loc.line) in maybe_add_fixit()
2351 if (exploc_start.column > exploc_next_loc.column) in maybe_add_fixit()
2372 if (exploc_start.column != 1) in maybe_add_fixit()
2416 expanded_location exploc_start in affects_line_p() local
2419 if (file != exploc_start.file) in affects_line_p()
2421 if (line < exploc_start.line) in affects_line_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-rtl-function.cc1650 expanded_location exploc_start = expand_location (start_loc); in read_rtl_function_body_from_file_range() local
1653 if (exploc_start.file != exploc_end.file) in read_rtl_function_body_from_file_range()
1658 if (exploc_start.line >= exploc_end.line) in read_rtl_function_body_from_file_range()
1671 if (!reader.read_file_fragment (exploc_start.file, exploc_start.line, in read_rtl_function_body_from_file_range()
H A Ddiagnostic-show-locus.cc2227 expanded_location exploc_start = expand_location (hint->get_start_loc ()); in get_affected_range() local
2235 start_column = location_compute_display_column (exploc_start, policy); in get_affected_range()
2243 start_column = exploc_start.column; in get_affected_range()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl-function.c1647 expanded_location exploc_start = expand_location (start_loc); in read_rtl_function_body_from_file_range() local
1650 if (exploc_start.file != exploc_end.file) in read_rtl_function_body_from_file_range()
1655 if (exploc_start.line >= exploc_end.line) in read_rtl_function_body_from_file_range()
1668 if (!reader.read_file_fragment (exploc_start.file, exploc_start.line, in read_rtl_function_body_from_file_range()
H A Ddiagnostic-show-locus.c1981 expanded_location exploc_start = expand_location (hint->get_start_loc ()); in get_affected_range() local
1989 start_column = location_compute_display_column (exploc_start); in get_affected_range()
1997 start_column = exploc_start.column; in get_affected_range()