Searched refs:format_wanted_type (Results 1 – 3 of 3) sorted by relevance
255 typedef struct format_wanted_type struct282 struct format_wanted_type *next; argument283 } format_wanted_type; typedef1499 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 …]
1365 * c-common.c (format_wanted_type): Add reading_from_flag.8399 * c-common.c (format_wanted_type): New structure.
26842 (struct format_wanted_type): Update comment.