Home
last modified time | relevance | path

Searched defs:formatter (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project/llvm/unittests/ADT/
H A DTwineTest.cpp118 struct formatter : FormatAdapter<int> { in TEST() struct
119 explicit formatter(int &Count) : FormatAdapter(0), Count(Count) {} in TEST() argument
120 int &Count; in TEST()
122 void format(raw_ostream &OS, StringRef Style) override { ++Count; } in TEST()
/llvm-project/libcxx/include/__format/
H A Dformatter.h34 struct _LIBCPP_TEMPLATE_VIS formatter { struct
37 formatter& operator=(const formatter&) = delete; argument
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.formatter/
H A Dunderlying.pass.cpp29 std::range_formatter<int, CharT> formatter; test_underlying() local
34 const std::range_formatter<int, CharT> formatter; test_underlying() local
[all...]
H A Dformat.pass.cpp46 const std::range_formatter<int, CharT> formatter; test_format() local
66 std::range_formatter<parse_call_validator, CharT> formatter; test_assure_parse_is_called() local
86 [[maybe_unused]] const std::range_formatter<parse_call_validator, CharT> formatter; test_assure_parse_is_called() local
H A Dparse.pass.cpp39 std::range_formatter<int, CharT> formatter; test_parse() local
H A Dset_brackets.pass.cpp37 std::range_formatter<int, CharT> formatter; test_setter() local
H A Dset_separator.pass.cpp36 std::range_formatter<int, CharT> formatter; test_setter() local
/llvm-project/libcxx/test/std/utilities/format/format.formattable/
H A Dconcept.formattable.compile.pass.cpp381 struct std::formatter<abstract, CharT> { global() struct in std
383 parsestd::formatter parse() argument
388 formatstd::formatter format() argument
/llvm-project/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/
H A Dformatter.handle.pass.cpp35 struct std::formatter<color> : std::formatter<const char*> { global() struct in std
43 std::formatter<color, char> formatter; test() local
H A Dformatter.char.pass.cpp39 std::formatter<ArgumentT, CharT> formatter; test() local
74 std::formatter<ArgumentT, CharT> formatter; test_set_debug_format() local
[all...]
H A Dformatter.c_string.pass.cpp38 std::formatter<T, CharT> formatter; test() local
73 std::formatter<ArgumentT, CharT> formatter; test_set_debug_format() local
[all...]
H A Dformatter.string.pass.cpp46 std::formatter<T, CharT> formatter; test() local
81 std::formatter<ArgumentT, CharT> formatter; test_set_debug_format() local
[all...]
H A Dformatter.char_array.pass.cpp51 std::formatter<Str, CharT> formatter; test() local
98 std::formatter<CharT[1], CharT> formatter; test_set_debug_format() local
[all...]
/llvm-project/libcxx/test/std/utilities/format/format.functions/
H A Dbug_81590.compile.pass.cpp28 struct std::formatter<X, char> : std::formatter<std::string, char> { in format() argument
27 struct std::formatter<X, char> : std::formatter<std::string, char> { global() struct in std
H A DP2418.pass.cpp33 struct std::formatter<MoveOnly, CharT> : std::formatter<int, CharT> { global() struct in std
35 formatstd::formatter format() argument
/llvm-project/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/
H A Dsys_info.zdump.pass.cpp42 struct std::formatter<sys_info, char> { global() struct in std
44 parsestd::formatter parse() argument
49 formatstd::formatter format() argument
/llvm-project/libcxx/test/std/utilities/format/format.tuple/
H A Dformat.pass.cpp46 const std::formatter<Arg, CharT> formatter; test() local
66 std::formatter<decltype(arg), CharT> formatter; test_assure_parse_is_called() local
86 [[maybe_unused]] const std::formatter<decltype(arg), CharT> formatter; test_assure_parse_is_called() local
[all...]
H A Dset_brackets.pass.cpp33 std::formatter<Arg, CharT> formatter; test() local
H A Dset_separator.pass.cpp33 std::formatter<Arg, CharT> formatter; test() local
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtset/
H A Dformat.pass.cpp45 std::formatter<std::set<int>, CharT> formatter; test_format() local
65 std::formatter<decltype(arg), CharT> formatter; test_assure_parse_is_called() local
85 [[maybe_unused]] const std::formatter<decltype(arg), CharT> formatter; test_assure_parse_is_called() local
[all...]
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtmap/
H A Dformat.pass.cpp45 std::formatter<std::map<int, int>, CharT> formatter; test_format() local
65 std::formatter<decltype(arg), CharT> formatter; test_assure_parse_is_called() local
85 [[maybe_unused]] const std::formatter<decltype(arg), CharT> formatter; test_assure_parse_is_called() local
[all...]
H A Dparse.pass.cpp39 std::formatter<std::map<int, int>, CharT> formatter; test_parse() local
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtdef/
H A Dformat.pass.cpp42 std::formatter<std::array<int, 2>, CharT> formatter; test_format() local
62 std::formatter<decltype(arg), CharT> formatter; test_assure_parse_is_called() local
82 [[maybe_unused]] const std::formatter<decltype(arg), CharT> formatter; test_assure_parse_is_called() local
[all...]
/llvm-project/libcxx/include/__fwd/
H A Dformat.h32 struct _LIBCPP_TEMPLATE_VIS formatter; variable
/llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
H A Dparse.pass.cpp40 std::formatter<std::thread::id, CharT> formatter; test_parse() local

12