Home
last modified time | relevance | path

Searched refs:fmt_substring_loc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsubstring-locations.cc153 location_t fmt_substring_loc = UNKNOWN_LOCATION; in emit_warning_n_va() local
156 const char *err = m_fmt_loc.get_location (&fmt_substring_loc); in emit_warning_n_va()
158 = get_range_from_loc (line_table, fmt_substring_loc); in emit_warning_n_va()
171 primary_loc = fmt_substring_loc; in emit_warning_n_va()
218 if (!err && fmt_substring_loc && !substring_within_range) in emit_warning_n_va()
223 rich_location substring_richloc (line_table, fmt_substring_loc, in emit_warning_n_va()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsubstring-locations.c153 location_t fmt_substring_loc = UNKNOWN_LOCATION; in emit_warning_n_va() local
156 const char *err = m_fmt_loc.get_location (&fmt_substring_loc); in emit_warning_n_va()
158 = get_range_from_loc (line_table, fmt_substring_loc); in emit_warning_n_va()
171 primary_loc = fmt_substring_loc; in emit_warning_n_va()
218 if (!err && fmt_substring_loc && !substring_within_range) in emit_warning_n_va()
223 rich_location substring_richloc (line_table, fmt_substring_loc, in emit_warning_n_va()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc4522 location_t fmt_substring_loc; in get_corrected_substring() local
4523 const char *err = type_loc.get_location (&fmt_substring_loc); in get_corrected_substring()
4528 = get_range_from_loc (line_table, fmt_substring_loc); in get_corrected_substring()
4531 = expand_location_to_spelling_point (fmt_substring_loc); in get_corrected_substring()
H A DChangeLog6617 Rename local "substring_loc" to "fmt_substring_loc" to avoid
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c4523 location_t fmt_substring_loc; in get_corrected_substring() local
4524 const char *err = type_loc.get_location (&fmt_substring_loc); in get_corrected_substring()
4529 = get_range_from_loc (line_table, fmt_substring_loc); in get_corrected_substring()
4532 = expand_location_to_spelling_point (fmt_substring_loc); in get_corrected_substring()