Searched refs:adjust_for_width_or_precision (Results 1 – 1 of 1) sorted by relevance
/dragonfly/contrib/gcc-8.0/gcc/ |
H A D | gimple-ssa-sprintf.c | 677 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 …]
|