Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-format.h28 FMT_LEN_none, enumerator
H A Dc-format.c409 #define NO_FMT NULL, FMT_LEN_none, STD_C89
430 { "w", FMT_LEN_none, STD_C89, NO_FMT, 0 },
438 { "w", FMT_LEN_none, STD_C89, NO_FMT, 0 },
1641 enum format_lengths length_chars_val = FMT_LEN_none; in check_format_info_main()
1940 length_chars_val = FMT_LEN_none; in check_format_info_main()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-format.h27 FMT_LEN_none, enumerator
H A Dc-format.c427 #define NO_FMT NULL, FMT_LEN_none, STD_C89
448 { "w", FMT_LEN_none, STD_C89, NO_FMT, 0 },
456 { "w", FMT_LEN_none, STD_C89, NO_FMT, 0 },
1753 : chars (NULL), val (FMT_LEN_none), std (STD_C89), in length_modifier()
3296 get_modifier_for_format_len (printf_length_specs, FMT_LEN_none)); in test_get_modifier_for_format_len()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-sprintf.c631 FMT_LEN_none, enumerator
1345 case FMT_LEN_none: in format_integer()
1741 case FMT_LEN_none: in format_floating()