Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-format.c1491 enum format_std_version length_chars_std = STD_C89; in check_format_info_main() local
1770 length_chars_std = STD_C89; in check_format_info_main()
1791 length_chars_std = fli->double_std; in check_format_info_main()
1797 length_chars_std = fli->std; in check_format_info_main()
1806 if (ADJ_STD (length_chars_std) > C_STD_VER) in check_format_info_main()
1809 C_STD_NAME (length_chars_std), length_chars, in check_format_info_main()
2041 && ADJ_STD (wanted_type_std) > ADJ_STD (length_chars_std) in check_format_info_main()