Home
last modified time | relevance | path

Searched refs:expected_format_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc80 int expected_format_type);
213 int flags, bool *no_add_attrs, int expected_format_type) in check_format_string() argument
239 if (expected_format_type < 0) in check_format_string()
246 fmt_flags = format_flags (expected_format_type); in check_format_string()
273 " a string was found", format_name (expected_format_type)); in check_format_string()
283 if (expected_format_type == (int) gcc_objc_string_format_type in check_format_string()
289 && expected_format_type >= first_target_format_type in check_format_string()
295 format_name (expected_format_type)); in check_format_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c80 int expected_format_type);
213 int flags, bool *no_add_attrs, int expected_format_type) in check_format_string() argument
239 if (expected_format_type < 0) in check_format_string()
246 fmt_flags = format_flags (expected_format_type); in check_format_string()
273 " a string was found", format_name (expected_format_type)); in check_format_string()
283 if (expected_format_type == (int) gcc_objc_string_format_type in check_format_string()
289 && expected_format_type >= first_target_format_type in check_format_string()
295 format_name (expected_format_type)); in check_format_string()