Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTwineTest.cpp112 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 Dformatter.h36 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_AVAILABILITY_FORMAT formatter { struct
39 formatter& operator=(const formatter&) = delete; argument
H A Dformat_fwd.h33 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 Dformatter.handle.pass.cpp33 struct std::formatter<color> : std::formatter<const char*> { struct in std
39 std::formatter<color, char> formatter; in test()
H A Dformatter.char.pass.cpp35 std::formatter<ArgumentT, CharT> formatter; in test() local
H A Dformatter.bool.pass.cpp36 std::formatter<bool, CharT> formatter; in test() local
H A Dformatter.signed_integral.pass.cpp43 std::formatter<ArithmeticT, CharT> formatter; in test() local
H A Dformatter.unsigned_integral.pass.cpp43 std::formatter<ArithmeticT, CharT> formatter; in test() local
H A Dformatter.c_string.pass.cpp34 std::formatter<T, CharT> formatter; in test() local
H A Dformatter.pointer.pass.cpp41 std::formatter<PointerT, CharT> formatter; in test() local
H A Dformatter.string.pass.cpp42 std::formatter<T, CharT> formatter; in test() local
H A Dformatter.const_char_array.pass.cpp48 std::formatter<Str, CharT> formatter; in test() local
H A Dformatter.char_array.pass.cpp46 std::formatter<Str, CharT> formatter; in test() local
H A Dformatter.floating_point.pass.cpp45 std::formatter<ArithmeticT, CharT> formatter; in test() local
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/
H A DP2418.pass.cpp30 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 DLibStdcppUniquePointer.cpp180 LibStdcppUniquePtrSyntheticFrontEnd formatter(valobj.GetSP()); in LibStdcppUniquePointerSummaryProvider() local
/llvm-project-15.0.7/polly/utils/
H A Dargparse.py232 def __init__(self, formatter, parent, heading=None): argument
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2213 Formatter formatter(str, fmt, size); in format_buffer() local