Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-format.c1653 format_wanted_type *first_wanted_type = NULL; in check_format_info_main() local
1791 if (first_wanted_type == 0) in check_format_info_main()
1792 first_wanted_type = &width_wanted_type; in check_format_info_main()
1896 if (first_wanted_type == 0) in check_format_info_main()
1897 first_wanted_type = &precision_wanted_type; in check_format_info_main()
2269 if (first_wanted_type == 0) in check_format_info_main()
2270 first_wanted_type = wanted_type_ptr; in check_format_info_main()
2285 if (first_wanted_type != 0) in check_format_info_main()
2286 check_format_types (first_wanted_type); in check_format_info_main()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-format.c1861 format_wanted_type *first_wanted_type;
2030 first_wanted_type (NULL), in argument_parser()
2181 if (first_wanted_type == 0) in read_any_format_width()
2182 first_wanted_type = &width_wanted_type; in read_any_format_width()
2304 if (first_wanted_type == 0) in read_any_format_precision()
2305 first_wanted_type = &precision_wanted_type; in read_any_format_precision()
2729 if (first_wanted_type == 0) in check_argument_type()
2730 first_wanted_type = wanted_type_ptr; in check_argument_type()
2744 if (first_wanted_type != 0) in check_argument_type()
2753 check_format_types (fmt_loc, first_wanted_type, fki, in check_argument_type()