Searched refs:check_format_string (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-format.cc | 77 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 D | ChangeLog | 589 * 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 D | c-format.c | 77 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 D | io.c | 1324 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 D | io.cc | 1324 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 D | ChangeLog-2007 | 692 * 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 D | ChangeLog-2008 | 1735 (check_format_string): Set format_locus to start of the string
|
H A D | ChangeLog-2010 | 4775 * io.c (check_format_string): Added check for additional non
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2003 | 17036 * c-format.c (check_format_string, get_constant) 19865 * c-format.c (check_format_string, get_constant): New.
|