Searched refs:FormatSection (Results 1 – 19 of 19) sorted by relevance
| /llvm-project-15.0.7/libc/test/src/stdio/printf_core/ |
| H A D | parser_test.cpp | 46 __llvm_libc::printf_core::FormatSection format_arr[10]; in TEST() 50 __llvm_libc::printf_core::FormatSection expected; in TEST() 91 __llvm_libc::printf_core::FormatSection expected; in TEST() 107 __llvm_libc::printf_core::FormatSection expected; in TEST() 129 __llvm_libc::printf_core::FormatSection expected; in TEST() 146 __llvm_libc::printf_core::FormatSection expected; in TEST() 163 __llvm_libc::printf_core::FormatSection expected; in TEST() 180 __llvm_libc::printf_core::FormatSection expected; in TEST() 197 __llvm_libc::printf_core::FormatSection expected; in TEST() 214 __llvm_libc::printf_core::FormatSection expected; in TEST() [all …]
|
| H A D | converter_test.cpp | 30 __llvm_libc::printf_core::FormatSection raw_section; in TEST_F() 44 __llvm_libc::printf_core::FormatSection simple_conv; in TEST_F() 58 __llvm_libc::printf_core::FormatSection simple_conv; in TEST_F() 76 __llvm_libc::printf_core::FormatSection right_justified_conv; in TEST_F() 91 __llvm_libc::printf_core::FormatSection left_justified_conv; in TEST_F() 109 __llvm_libc::printf_core::FormatSection simple_conv; in TEST_F() 139 __llvm_libc::printf_core::FormatSection low_precision_conv; in TEST_F() 186 __llvm_libc::printf_core::FormatSection section; in TEST_F() 206 __llvm_libc::printf_core::FormatSection section; in TEST() 230 __llvm_libc::printf_core::FormatSection section; in TEST() [all …]
|
| /llvm-project-15.0.7/libc/utils/UnitTest/ |
| H A D | PrintfMatcher.h | 22 : public __llvm_libc::testing::Matcher<FormatSection> { 23 FormatSection expected; 24 FormatSection actual; 27 FormatSectionMatcher(FormatSection expectedValue) : expected(expectedValue) {} in FormatSectionMatcher() 29 bool match(FormatSection actualValue);
|
| H A D | PrintfMatcher.cpp | 22 bool FormatSectionMatcher::match(FormatSection actualValue) { in match() 39 void display(testutils::StreamWrapper &stream, FormatSection form) { in display()
|
| /llvm-project-15.0.7/libc/src/stdio/printf_core/ |
| H A D | ptr_converter.h | 20 int inline convert_pointer(Writer *writer, const FormatSection &to_conv) { in convert_pointer() 26 FormatSection hex_conv; in convert_pointer()
|
| H A D | core_structs.h | 37 struct FormatSection { struct 57 bool operator==(const FormatSection &other) { argument
|
| H A D | converter.h | 23 int convert(Writer *writer, const FormatSection &to_conv);
|
| H A D | printf_main.cpp | 26 for (FormatSection cur_section = parser.get_next_section(); in printf_main()
|
| H A D | char_converter.h | 19 int inline convert_char(Writer *writer, const FormatSection &to_conv) { in convert_char()
|
| H A D | converter.cpp | 27 int convert(Writer *writer, const FormatSection &to_conv) { in convert()
|
| H A D | string_converter.h | 21 int inline convert_string(Writer *writer, const FormatSection &to_conv) { in convert_string()
|
| H A D | write_int_converter.h | 22 int inline convert_write_int(Writer *writer, const FormatSection &to_conv) { in convert_write_int()
|
| H A D | float_inf_nan_converter.h | 25 int inline convert_inf_nan(Writer *writer, const FormatSection &to_conv) { in convert_inf_nan()
|
| H A D | parser.cpp | 29 FormatSection Parser::get_next_section() { in get_next_section() 30 FormatSection section; in get_next_section()
|
| H A D | oct_converter.h | 22 int inline convert_oct(Writer *writer, const FormatSection &to_conv) { in convert_oct()
|
| H A D | hex_converter.h | 22 int convert_hex(Writer *writer, const FormatSection &to_conv) { in convert_hex()
|
| H A D | parser.h | 74 FormatSection get_next_section();
|
| H A D | int_converter.h | 23 int inline convert_int(Writer *writer, const FormatSection &to_conv) { in convert_int()
|
| H A D | float_hex_converter.h | 27 int inline convert_float_hex_exp(Writer *writer, const FormatSection &to_conv) { in convert_float_hex_exp()
|