Searched refs:format_num (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-format.cc | 62 unsigned HOST_WIDE_INT format_num; /* number of format argument */ member 78 unsigned HOST_WIDE_INT format_num, 87 static const char *format_name (int format_num); 88 static int format_flags (int format_num); 177 unsigned HOST_WIDE_INT format_num = 0; in handle_format_arg_attribute() local 179 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num, in handle_format_arg_attribute() 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() argument 224 if (i == format_num) in check_format_string() 376 2, &info->format_num, 0, validated_p)) in decode_format_attr() [all …]
|
| H A D | c-common.cc | 6150 int format_num; in check_function_arguments_recurse() local 6158 format_num = tree_to_uhwi (format_num_expr); in check_function_arguments_recurse() 6163 if (i == format_num) in check_function_arguments_recurse()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-format.c | 62 unsigned HOST_WIDE_INT format_num; /* number of format argument */ member 78 unsigned HOST_WIDE_INT format_num, 87 static const char *format_name (int format_num); 88 static int format_flags (int format_num); 177 unsigned HOST_WIDE_INT format_num = 0; in handle_format_arg_attribute() local 179 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num, in handle_format_arg_attribute() 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() argument 224 if (i == format_num) in check_format_string() 378 2, &info->format_num, 0, validated_p)) in decode_format_attr() [all …]
|
| H A D | c-common.c | 5806 int format_num; in check_function_arguments_recurse() local 5814 format_num = tree_to_uhwi (format_num_expr); in check_function_arguments_recurse() 5819 if (i == format_num) in check_function_arguments_recurse()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog.tree-ssa | 3649 * c-format.c (handle_format_attribute): Initialize format_num.
|
| H A D | ChangeLog-2001 | 9493 Make format_num and first_arg_num be unsigned HOST_WIDE_INT.
|
| H A D | ChangeLog-2004 | 33254 format_num.
|