Searched refs:format_length (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dc-format.c1310 int format_length;
1405 format_length = TREE_STRING_LENGTH (format_tree);
1416 && format_length > array_size_value)
1417 format_length = array_size_value;
1422 if (offset >= format_length)
1428 format_length -= offset;
1430 if (format_length < 1)
1435 if (format_length == 1)
1440 if (format_chars[--format_length] != 0)
1458 check_format_info_main (res, info, format_chars, format_length,
1306 int format_length; local
1467 check_format_info_main(format_check_results *res, function_format_info *info, const char *format_chars, int format_length, tree params, unsigned HOST_WIDE_INT arg_num) argument
2162 check_format_types(format_wanted_type *types, const char *format_start, int format_length) argument
2322 format_type_warning(const char *descr, const char *format_start, int format_length, tree wanted_type, int pointer_count, const char *wanted_type_name, tree arg_type, int arg_num) argument
[all...]

Completed in 273 milliseconds