Searched refs:adjust_for_width_or_precision (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-sprintf.cc | 416 fmtresult& adjust_for_width_or_precision (const HOST_WIDE_INT[2], 461 fmtresult::adjust_for_width_or_precision (const HOST_WIDE_INT adjust[2], in adjust_for_width_or_precision() function in __anon347ca6030111::fmtresult 1353 res.adjust_for_width_or_precision (dir.width, dirtype, base, in format_integer() 1356 res.adjust_for_width_or_precision (dir.prec, dirtype, base, in format_integer() 1513 res.adjust_for_width_or_precision (dir.width, dirtype, base, in format_integer() 1515 res.adjust_for_width_or_precision (dir.prec, dirtype, base, in format_integer() 1824 res.adjust_for_width_or_precision (dir.width); in format_floating() 1935 res.adjust_for_width_or_precision (dir.width); in format_floating() 2018 res.adjust_for_width_or_precision (dir.width); in format_floating() 2233 return res.adjust_for_width_or_precision (dir.width); in format_character() [all …]
|
H A D | ChangeLog-2017 | 38761 * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision): 38919 * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change 38952 (fmtresult::adjust_for_width_or_precision): New function.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-sprintf.c | 413 fmtresult& adjust_for_width_or_precision (const HOST_WIDE_INT[2], 458 fmtresult::adjust_for_width_or_precision (const HOST_WIDE_INT adjust[2], in adjust_for_width_or_precision() function 1340 res.adjust_for_width_or_precision (dir.width, dirtype, base, in format_integer() 1343 res.adjust_for_width_or_precision (dir.prec, dirtype, base, in format_integer() 1504 res.adjust_for_width_or_precision (dir.width, dirtype, base, in format_integer() 1506 res.adjust_for_width_or_precision (dir.prec, dirtype, base, in format_integer() 1815 res.adjust_for_width_or_precision (dir.width); in format_floating() 1926 res.adjust_for_width_or_precision (dir.width); in format_floating() 2009 res.adjust_for_width_or_precision (dir.width); in format_floating() 2193 return res.adjust_for_width_or_precision (dir.width); in format_character() [all …]
|