Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-format.c801 static int n_format_types = ARRAY_SIZE (format_types_orig); variable
866 for (i = 0; i < n_format_types; i++) in decode_format_type()
2745 dynamic_format_types = xmalloc ((n_format_types + TARGET_N_FORMAT_TYPES) in handle_format_attribute()
2749 memcpy (&dynamic_format_types[n_format_types], TARGET_FORMAT_TYPES, in handle_format_attribute()
2753 n_format_types += TARGET_N_FORMAT_TYPES; in handle_format_attribute()
H A DChangeLog-200422683 (n_format_types): New variable.