Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-format.c255 typedef struct format_wanted_type struct
282 struct format_wanted_type *next; argument
283 } format_wanted_type; typedef
1499 format_wanted_type width_wanted_type; in check_format_info_main()
1500 format_wanted_type precision_wanted_type; in check_format_info_main()
1501 format_wanted_type main_wanted_type; in check_format_info_main()
1502 format_wanted_type *first_wanted_type = NULL; in check_format_info_main()
1503 format_wanted_type *last_wanted_type = NULL; in check_format_info_main()
2072 format_wanted_type *wanted_type_ptr; in check_format_info_main()
2133 wanted_type_ptr = GGC_NEW (format_wanted_type); in check_format_info_main()
[all …]
H A DChangeLog-20001365 * c-common.c (format_wanted_type): Add reading_from_flag.
8399 * c-common.c (format_wanted_type): New structure.
H A DChangeLog-200426842 (struct format_wanted_type): Update comment.