Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc1099 static void format_type_warning (const substring_loc &fmt_loc,
4123 format_type_warning (fmt_loc, UNKNOWN_LOCATION, types, wanted_type, in check_format_types()
4212 format_type_warning (fmt_loc, param_loc, in check_format_types()
4282 format_type_warning (fmt_loc, param_loc, types, in check_format_types()
4694 format_type_warning (const substring_loc &whole_fmt_loc, in format_type_warning() function
H A DChangeLog3949 (format_type_warning): Likewise.
4095 (format_type_warning): Move logic for generating "*" suffix to
4923 (check_format_types): Likewise when calling format_type_warning.
4926 (format_type_warning): Convert source_range * param to a
6409 them to format_type_warning calls.
6418 (format_type_warning): Provide an example in the leading comment.
6621 (format_type_warning): Rename param "fmt_loc" to "whole_fmt_loc"
6674 format_type_warning.
6679 (format_type_warning): Add param "fki" and use it to attempt
6728 to format_type_warning.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c1107 static void format_type_warning (const substring_loc &fmt_loc,
4124 format_type_warning (fmt_loc, UNKNOWN_LOCATION, types, wanted_type, in check_format_types()
4213 format_type_warning (fmt_loc, param_loc, in check_format_types()
4283 format_type_warning (fmt_loc, param_loc, types, in check_format_types()
4695 format_type_warning (const substring_loc &whole_fmt_loc, in format_type_warning() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20105380 arguments. Compute WANTED_TYPE first so that format_type_warning
5382 format_type_warning.
5383 (format_type_warning): Fetch as much information as possible
H A DChangeLog-2005897 (format_type_warning): Use explicit cast when converting from void *.
13810 (format_type_warning): Likewise.
H A DChangeLog-200414873 check_format_types, format_type_warning,
26836 * c-format.c (format_type_warning): New function. Improve