Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dint_converter.h35 ~(FormatFlags::FORCE_SIGN | FormatFlags::SPACE_PREFIX)); in convert_int()
54 else if ((flags & FormatFlags::FORCE_SIGN) == FormatFlags::FORCE_SIGN) in convert_int()
H A Dfloat_inf_nan_converter.h48 else if ((to_conv.flags & FormatFlags::FORCE_SIGN) == FormatFlags::FORCE_SIGN) in convert_inf_nan()
H A Dfloat_hex_converter.h66 else if ((to_conv.flags & FormatFlags::FORCE_SIGN) == FormatFlags::FORCE_SIGN) in convert_float_hex_exp()
H A Dcore_structs.h27 FORCE_SIGN = 0x02, // + enumerator
H A Dparser.cpp173 flags = static_cast<FormatFlags>(flags | FormatFlags::FORCE_SIGN); in parse_flags()
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DPrintfMatcher.cpp48 IF_FLAG_SHOW_FLAG(FORCE_SIGN); in display()
/llvm-project-15.0.7/libc/test/src/stdio/printf_core/
H A Dparser_test.cpp112 __llvm_libc::printf_core::FormatFlags::FORCE_SIGN | in TEST()