| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormatProviders.h | 129 struct format_provider< 177 struct format_provider< 203 struct format_provider< 219 template <> struct format_provider<Twine> { 222 format_provider<std::string>::format(V.str(), Stream, Style); 236 struct format_provider< 244 format_provider<int>::format(X, Stream, Style); 265 template <> struct format_provider<bool> { 302 struct format_provider< 362 template <typename IterT> class format_provider<llvm::iterator_range<IterT>> {
|
| H A D | Chrono.h | 92 struct format_provider<sys::TimePoint<>> { 97 template <> struct format_provider<sys::UtcTime<std::chrono::seconds>> { 139 struct format_provider<std::chrono::duration<Rep, Period>> { 187 format_provider<InternalRep>::format(count, Stream, Style);
|
| H A D | FormatVariadicDetails.h | 19 template <typename T, typename Enable = void> struct format_provider {}; struct 41 format_provider<std::decay_t<T>>::format(Item, S, Options); in format() 74 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
|
| /src/contrib/llvm-project/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 | 221 template <> struct format_provider<codeview::LocallyHashedType> { 229 template <> struct format_provider<codeview::GloballyHashedType> {
|
| /src/contrib/llvm-project/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 | 199 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 | 459 template <> struct format_provider<lldb_private::FileSpec> {
|
| H A D | ConstString.h | 427 template <> struct format_provider<lldb_private::ConstString> {
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Chrono.cpp | 109 void format_provider<UtcTime<std::chrono::seconds>>::format( in format() 119 void format_provider<TimePoint<>>::format(const TimePoint<> &T, raw_ostream &OS, in format()
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DIERef.cpp | 19 void llvm::format_provider<DIERef>::format(const DIERef &ref, raw_ostream &OS, in format()
|
| H A D | DIERef.h | 140 template <> struct format_provider<lldb_private::plugin::dwarf::DIERef> {
|
| /src/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Status.cpp | 280 void llvm::format_provider<lldb_private::Status>::format( in format() 283 llvm::format_provider<llvm::StringRef>::format(error.AsCString(), OS, in format()
|
| H A D | ConstString.cpp | 339 void llvm::format_provider<ConstString>::format(const ConstString &CS, in format() 342 format_provider<StringRef>::format(CS.GetStringRef(), OS, Options); in format()
|
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | MemoryRegionInfo.cpp | 24 void llvm::format_provider<MemoryRegionInfo::OptionalBool>::format( in format()
|
| /src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 794 template <> struct format_provider<lldb_private::ObjectFile::Type> { 799 template <> struct format_provider<lldb_private::ObjectFile::Strata> {
|
| /src/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 271 template <> struct format_provider<lldb_private::Vote> {
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | FormatUtil.h | 118 format_provider<T>::format(static_cast<T>(this->Item), Stream, Style); in format()
|
| /src/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Host.h | 276 template <> struct format_provider<lldb_private::WaitStatus> {
|
| /src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.h | 241 struct format_provider<
|
| /src/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | MemoryRegionInfo.h | 185 struct format_provider<lldb_private::MemoryRegionInfo::OptionalBool> {
|
| /src/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 675 void llvm::format_provider<ObjectFile::Type>::format( in format() 711 void llvm::format_provider<ObjectFile::Strata>::format( in format()
|
| /src/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 608 void llvm::format_provider<WaitStatus>::format(const WaitStatus &WS, in format()
|