Home
last modified time | relevance | path

Searched refs:length_modifier (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dcore_structs.h45 LengthModifier length_modifier = LengthModifier::none; member
69 (length_modifier == other.length_modifier) &&
H A Dwrite_int_converter.h32 switch (to_conv.length_modifier) { in convert_write_int()
H A Dfloat_inf_nan_converter.h32 if (to_conv.length_modifier == LengthModifier::L) { in convert_inf_nan()
H A Doct_converter.h30 num = apply_length_modifier(num, to_conv.length_modifier); in convert_oct()
H A Dhex_converter.h38 num = apply_length_modifier(num, to_conv.length_modifier); in convert_hex()
H A Dint_converter.h45 num = apply_length_modifier(num, to_conv.length_modifier); in convert_int()
H A Dfloat_hex_converter.h39 if (to_conv.length_modifier == LengthModifier::L) { in convert_float_hex_exp()
H A Dparser.cpp85 section.length_modifier = lm; in get_next_section()
/llvm-project-15.0.7/libc/test/src/stdio/printf_core/
H A Dparser_test.cpp184 expected.length_modifier = __llvm_libc::printf_core::LengthModifier::h; in TEST()
201 expected.length_modifier = __llvm_libc::printf_core::LengthModifier::ll; in TEST()
224 expected.length_modifier = __llvm_libc::printf_core::LengthModifier::j; in TEST()
391 expected1.length_modifier = __llvm_libc::printf_core::LengthModifier::ll; in TEST()
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DPrintfMatcher.cpp56 switch (form.length_modifier) { in display()