Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-sprintf.c677 fmtresult& adjust_for_width_or_precision (const HOST_WIDE_INT[2],
709 fmtresult::adjust_for_width_or_precision (const HOST_WIDE_INT adjust[2], in adjust_for_width_or_precision() function
1448 res.adjust_for_width_or_precision (dir.width, dirtype, base, in format_integer()
1451 res.adjust_for_width_or_precision (dir.prec, dirtype, base, in format_integer()
1613 res.adjust_for_width_or_precision (dir.width, dirtype, base, in format_integer()
1615 res.adjust_for_width_or_precision (dir.prec, dirtype, base, in format_integer()
1924 res.adjust_for_width_or_precision (dir.width); in format_floating()
2028 res.adjust_for_width_or_precision (dir.width); in format_floating()
2111 res.adjust_for_width_or_precision (dir.width); in format_floating()
2255 return res.adjust_for_width_or_precision (dir.width); in format_character()
[all …]