| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | TwineTest.cpp | 112 struct formatter : FormatAdapter<int> { in TEST() struct 113 explicit formatter(int &Count) : FormatAdapter(0), Count(Count) {} in TEST() argument 114 int &Count; in TEST() 116 void format(raw_ostream &OS, StringRef Style) override { ++Count; } in TEST()
|
| /llvm-project-15.0.7/libcxx/include/__format/ |
| H A D | formatter.h | 36 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_AVAILABILITY_FORMAT formatter { struct 39 formatter& operator=(const formatter&) = delete; argument
|
| H A D | format_fwd.h | 33 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_AVAILABILITY_FORMAT formatter; variable
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/ |
| H A D | formatter.handle.pass.cpp | 33 struct std::formatter<color> : std::formatter<const char*> { struct in std 39 std::formatter<color, char> formatter; in test()
|
| H A D | formatter.char.pass.cpp | 35 std::formatter<ArgumentT, CharT> formatter; in test() local
|
| H A D | formatter.bool.pass.cpp | 36 std::formatter<bool, CharT> formatter; in test() local
|
| H A D | formatter.signed_integral.pass.cpp | 43 std::formatter<ArithmeticT, CharT> formatter; in test() local
|
| H A D | formatter.unsigned_integral.pass.cpp | 43 std::formatter<ArithmeticT, CharT> formatter; in test() local
|
| H A D | formatter.c_string.pass.cpp | 34 std::formatter<T, CharT> formatter; in test() local
|
| H A D | formatter.pointer.pass.cpp | 41 std::formatter<PointerT, CharT> formatter; in test() local
|
| H A D | formatter.string.pass.cpp | 42 std::formatter<T, CharT> formatter; in test() local
|
| H A D | formatter.const_char_array.pass.cpp | 48 std::formatter<Str, CharT> formatter; in test() local
|
| H A D | formatter.char_array.pass.cpp | 46 std::formatter<Str, CharT> formatter; in test() local
|
| H A D | formatter.floating_point.pass.cpp | 45 std::formatter<ArithmeticT, CharT> formatter; in test() local
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/ |
| H A D | P2418.pass.cpp | 30 struct std::formatter<MoveOnly, CharT> : std::formatter<int, CharT> { struct in std 33 return std::formatter<int, CharT>::format(m.get(), ctx); in format()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibStdcppUniquePointer.cpp | 180 LibStdcppUniquePtrSyntheticFrontEnd formatter(valobj.GetSP()); in LibStdcppUniquePointerSummaryProvider() local
|
| /llvm-project-15.0.7/polly/utils/ |
| H A D | argparse.py | 232 def __init__(self, formatter, parent, heading=None): argument
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_custom.cpp | 2213 Formatter formatter(str, fmt, size); in format_buffer() local
|