Searched refs:format_wanted_type (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dc-format.c258 typedef struct format_wanted_type
285 struct format_wanted_type *next;
286 } format_wanted_type;
856 static void check_format_types (format_wanted_type *, const char *, int);
1503 format_wanted_type width_wanted_type;
1504 format_wanted_type precision_wanted_type;
1505 format_wanted_type main_wanted_type;
1506 format_wanted_type *first_wanted_type = NULL;
1507 format_wanted_type *last_wanted_type = NULL;
2076 format_wanted_type *wanted_type_pt
255 typedef struct format_wanted_type struct
283 } format_wanted_type; typedef in typeref:struct:format_wanted_type
[all...]

Completed in 162 milliseconds