Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc1011 static int n_format_types = ARRAY_SIZE (format_types_orig); variable
1058 if (format_num >= 0 && format_num < n_format_types) in format_name()
1068 if (format_num >= 0 && format_num < n_format_types) in format_flags()
1125 for (int i = 0; i < n_format_types; i++) in decode_format_type()
5186 n_format_types + TARGET_N_FORMAT_TYPES); in handle_format_attribute()
5189 memcpy (&dynamic_format_types[n_format_types], TARGET_FORMAT_TYPES, in handle_format_attribute()
5194 first_target_format_type = n_format_types; in handle_format_attribute()
5195 n_format_types += TARGET_N_FORMAT_TYPES; in handle_format_attribute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c1019 static int n_format_types = ARRAY_SIZE (format_types_orig); variable
1066 if (format_num >= 0 && format_num < n_format_types) in format_name()
1076 if (format_num >= 0 && format_num < n_format_types) in format_flags()
1133 for (int i = 0; i < n_format_types; i++) in decode_format_type()
5180 n_format_types + TARGET_N_FORMAT_TYPES); in handle_format_attribute()
5183 memcpy (&dynamic_format_types[n_format_types], TARGET_FORMAT_TYPES, in handle_format_attribute()
5188 first_target_format_type = n_format_types; in handle_format_attribute()
5189 n_format_types += TARGET_N_FORMAT_TYPES; in handle_format_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200422683 (n_format_types): New variable.