Searched refs:check_format_types (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-format.cc | 1093 static void check_format_types (const substring_loc &fmt_loc, 2861 check_format_types (fmt_loc, first_wanted_type, fki, in check_argument_type() 4092 check_format_types (const substring_loc &fmt_loc, in check_format_types() function
|
H A D | ChangeLog | 3830 * c-format.c (check_format_types): Avoid diagnosing null pointer 4923 (check_format_types): Likewise when calling format_type_warning. 5204 check_format_types. 5207 (check_format_types): Add param "arglocs"; use it if non-NULL when 6403 check_format_types. 6407 (check_format_types): Provide an example in the leading comment. 6672 check_format_types. 6673 (check_format_types): Add param "fki" and pass it to 6718 check_format_types. 6725 (check_format_types): Convert first param from a location_t [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-format.c | 1101 static void check_format_types (const substring_loc &fmt_loc, 2868 check_format_types (fmt_loc, first_wanted_type, fki, in check_argument_type() 4093 check_format_types (const substring_loc &fmt_loc, in check_format_types() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 1370 (check_format_types): Check for formats reading through null 4792 check_format_types): Use strchr () instead of index (). Compare 5926 * c-common.c (check_format_types): Check for writing through a 6550 (check_format_types): Apply the default argument promotions where 7894 (check_format_info, maybe_read_dollar_number, check_format_types, 8110 * c-common.c (check_format_types): Reorganize and clean up, 8400 (check_format_types): New function.
|
H A D | ChangeLog-2004 | 14873 check_format_types, format_type_warning, 26838 (check_format_types): Use it. Add two parameters. Use the 26841 check_format_types. 27014 finish_dollar_format_checking, check_format_types, 38248 * c-format.c (check_format_types): Likewise.
|
H A D | ChangeLog-2007 | 18160 * c-format.c (check_format_types): Use c_common_unsigned_type 20998 * c-format.c (check_format_types): Use unsigned_type_for instead of
|
H A D | ChangeLog-2005 | 5314 * c-format.c (check_format_types): Use lang_hooks.types_compatible_p 13809 (check_format_types): Likewise.
|
H A D | ChangeLog-2002 | 25098 (check_format_types): Update. 26649 * c-format.c (check_format_types): Update.
|
H A D | ChangeLog-2008 | 12369 * c-format.c (check_format_types): Revert unwanted checkin.
|
H A D | ChangeLog-2009 | 13223 (check_format_types): Check for scalar size identity if
|
H A D | ChangeLog-2001 | 7157 (check_format_types): Localize "pointer" and "different types"
|
H A D | ChangeLog-2003 | 8181 (check_format_types): Fix wanted_type name lookup.
|
H A D | ChangeLog-2010 | 5379 (check_format_types): Remove FORMAT_START and FORMAT_LENGTH
|