Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-format.h29 FMT_LEN_hh, enumerator
H A Dc-format.c413 { "h", FMT_LEN_h, STD_C89, "hh", FMT_LEN_hh, STD_C99, 0 },
450 { "h", FMT_LEN_h, STD_C89, "hh", FMT_LEN_hh, STD_C99, 0 },
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-format.h28 FMT_LEN_hh, enumerator
H A Dc-format.c431 { "h", FMT_LEN_h, STD_C89, "hh", FMT_LEN_hh, STD_C99, 0 },
468 { "h", FMT_LEN_h, STD_C89, "hh", FMT_LEN_hh, STD_C99, 0 },
3292 get_modifier_for_format_len (printf_length_specs, FMT_LEN_hh)); in test_get_modifier_for_format_len()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-sprintf.c632 FMT_LEN_hh, // char argument enumerator
1356 case FMT_LEN_hh: in format_integer()
3271 dir.modifier = FMT_LEN_hh; in parse_directive()