| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FormatProviders.h | 126 struct format_provider< 175 struct format_provider< 200 struct format_provider< 216 template <> struct format_provider<Twine> { 219 format_provider<std::string>::format(V.str(), Stream, Style); 233 struct format_provider<T, 241 format_provider<int>::format(X, Stream, Style); 262 template <> struct format_provider<bool> { 299 struct format_provider<T, 356 template <typename IterT> class format_provider<llvm::iterator_range<IterT>> {
|
| H A D | Chrono.h | 71 struct format_provider<sys::TimePoint<>> { 113 struct format_provider<std::chrono::duration<Rep, Period>> { 161 format_provider<InternalRep>::format(count, Stream, Style);
|
| H A D | FormatVariadicDetails.h | 19 template <typename T, typename Enable = void> struct format_provider {}; struct 40 format_provider<std::decay_t<T>>::format(Item, S, Options); in format() 73 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | Formatters.h | 51 template <> struct format_provider<codeview::TypeIndex> { 65 template <> struct format_provider<codeview::GUID> {
|
| H A D | TypeHashing.h | 220 template <> struct format_provider<codeview::LocallyHashedType> { 228 template <> struct format_provider<codeview::GloballyHashedType> {
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Timeout.h | 56 struct format_provider<lldb_private::Timeout<Ratio>, void> { 64 format_provider<Dur>::format(*timeout, OS, Options);
|
| H A D | State.h | 68 template <> struct format_provider<lldb::StateType> {
|
| H A D | Status.h | 198 template <> struct format_provider<lldb_private::Status> {
|
| H A D | Environment.h | 88 template <> struct format_provider<lldb_private::Environment> {
|
| H A D | FileSpec.h | 438 template <> struct format_provider<lldb_private::FileSpec> {
|
| H A D | ConstString.h | 427 template <> struct format_provider<lldb_private::ConstString> {
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | Formatters.h | 25 template <> struct format_provider<pdb::PdbRaw_ImplVer> {
|
| H A D | FormatUtil.h | 119 format_provider<T>::format(static_cast<T>(this->Item), Stream, Style); in format()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | MemoryRegionInfo.cpp | 24 void llvm::format_provider<MemoryRegionInfo::OptionalBool>::format( in format()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Status.cpp | 289 void llvm::format_provider<lldb_private::Status>::format( in format() 292 llvm::format_provider<llvm::StringRef>::format(error.AsCString(), OS, in format()
|
| H A D | ConstString.cpp | 333 void llvm::format_provider<ConstString>::format(const ConstString &CS, in format() 336 format_provider<StringRef>::format(CS.GetStringRef(), OS, Options); in format()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DIERef.cpp | 17 void llvm::format_provider<DIERef>::format(const DIERef &ref, raw_ostream &OS, in format()
|
| H A D | DIERef.h | 99 template<> struct format_provider<DIERef> {
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 778 template <> struct format_provider<lldb_private::ObjectFile::Type> { 783 template <> struct format_provider<lldb_private::ObjectFile::Strata> {
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidyProfiling.cpp | 27 llvm::format_provider<decltype(Timestamp)>::format(Timestamp, OS, in StorageParams()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Chrono.cpp | 53 void format_provider<TimePoint<>>::format(const TimePoint<> &T, raw_ostream &OS, in format()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 276 template <> struct format_provider<lldb_private::Vote> {
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | Host.h | 275 template <> struct format_provider<lldb_private::WaitStatus> {
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | ConstStringTest.cpp | 16 TEST(ConstStringTest, format_provider) { in TEST() argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.h | 248 struct format_provider<
|