Home
last modified time | relevance | path

Searched refs:check_format_string (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc77 static bool check_format_string (const_tree argument,
192 if (!check_format_string (type, format_num, flags, no_add_attrs, -1)) in handle_format_arg_attribute()
212 check_format_string (const_tree fntype, unsigned HOST_WIDE_INT format_num, in check_format_string() function
5211 if (!check_format_string (type, info.format_num, flags, in handle_format_attribute()
H A DChangeLog589 * c-format.c (check_format_string): Remove spurious
3537 (check_format_string): Same.
3710 (check_format_string, get_constant): Same.
5712 * c-format.c (check_format_string): Simplify uses of "%<%s%>" to
12163 to check_format_string.
12165 (check_format_string): Take a function type to examine instead of
12576 (check_format_string): Pass expected type, use
12586 expected format arg string type to check_format_string().
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c77 static bool check_format_string (const_tree argument,
192 if (!check_format_string (type, format_num, flags, no_add_attrs, -1)) in handle_format_arg_attribute()
212 check_format_string (const_tree fntype, unsigned HOST_WIDE_INT format_num, in check_format_string() function
5205 if (!check_format_string (type, info.format_num, flags, in handle_format_attribute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dio.c1324 check_format_string (gfc_expr *e, bool is_input) in check_format_string() function
4409 || !check_format_string (dt->format_expr, k == M_READ))) in match_io()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dio.cc1324 check_format_string (gfc_expr *e, bool is_input) in check_format_string() function
4409 || !check_format_string (dt->format_expr, k == M_READ))) in match_io()
H A DChangeLog-2007692 * io.c (check_format_string): Only check character expressions.
1269 * io.c (check_format_string): Move NULL and constant checks into
1272 check_format_string(). Remove NULL and constant checks.
2996 (check_format_string): Change type of this function to try and
2998 (check_io_constraints): Return MATCH_ERROR if check_format_string
3273 (check_format,check_format_string,gfc_match_format,
H A DChangeLog-20081735 (check_format_string): Set format_locus to start of the string
H A DChangeLog-20104775 * io.c (check_format_string): Added check for additional non
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200317036 * c-format.c (check_format_string, get_constant)
19865 * c-format.c (check_format_string, get_constant): New.