Searched refs:FORCE_SIGN (Results 1 – 7 of 7) sorted by relevance
35 ~(FormatFlags::FORCE_SIGN | FormatFlags::SPACE_PREFIX)); in convert_int()54 else if ((flags & FormatFlags::FORCE_SIGN) == FormatFlags::FORCE_SIGN) in convert_int()
48 else if ((to_conv.flags & FormatFlags::FORCE_SIGN) == FormatFlags::FORCE_SIGN) in convert_inf_nan()
66 else if ((to_conv.flags & FormatFlags::FORCE_SIGN) == FormatFlags::FORCE_SIGN) in convert_float_hex_exp()
27 FORCE_SIGN = 0x02, // + enumerator
173 flags = static_cast<FormatFlags>(flags | FormatFlags::FORCE_SIGN); in parse_flags()
48 IF_FLAG_SHOW_FLAG(FORCE_SIGN); in display()
112 __llvm_libc::printf_core::FormatFlags::FORCE_SIGN | in TEST()