Searched refs:FORCE_SIGN (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | integer_to_string.h | 86 static constexpr char FORCE_SIGN = force_sign; member 88 using WithPrefix = Fmt<BASE, true, FORCE_SIGN, IS_UPPERCASE, MIN_DIGITS>; 90 using Uppercase = Fmt<BASE, PREFIX, FORCE_SIGN, true, MIN_DIGITS>; 92 using WithWidth = Fmt<BASE, PREFIX, FORCE_SIGN, IS_UPPERCASE, value>; 100 static_assert(!FORCE_SIGN || BASE == 10, "WithSign is only for radix == 10"); 444 else if (Fmt::FORCE_SIGN) in write()
|