Searched refs:check_format_string (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-format.c | 80 static bool check_format_string (tree argument, 135 if (!check_format_string (type, format_num, flags, no_add_attrs, -1)) in handle_format_arg_attribute() 155 check_format_string (tree fntype, unsigned HOST_WIDE_INT format_num, in check_format_string() function 2989 if (!check_format_string (type, info.format_num, flags, in handle_format_attribute()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-format.c | 65 static bool check_format_string (tree argument, 149 if (!check_format_string (type, format_num, flags, no_add_attrs, -1)) in handle_format_arg_attribute() 169 check_format_string (tree fntype, unsigned HOST_WIDE_INT format_num, in check_format_string() function 4074 if (!check_format_string (type, info.format_num, flags, in handle_format_attribute()
|