Searched refs:format_provider (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DState.h68 template <> struct format_provider<lldb::StateType> { struct in namespace:llvm
H A DTimeout.h56 struct format_provider<lldb_private::Timeout<Ratio>, void> { struct in namespace:llvm
64 format_provider<Dur>::format(*timeout, OS, Options);
H A DEnvironment.h88 template <> struct format_provider<lldb_private::Environment> { struct in namespace:llvm
H A DStatus.h199 template <> struct format_provider<lldb_private::Status> { struct in namespace:llvm
H A DFileSpec.h441 /// Implementation of format_provider<T> for FileSpec.
459 template <> struct format_provider<lldb_private::FileSpec> { struct in namespace:llvm
H A DConstString.h416 template <> struct format_provider<lldb_private::ConstString> { struct in namespace:llvm
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DFormatters.h51 template <> struct format_provider<codeview::TypeIndex> { struct in namespace:llvm
65 template <> struct format_provider<codeview::GUID> { struct in namespace:llvm
H A DTypeHashing.h221 template <> struct format_provider<codeview::LocallyHashedType> { struct in namespace:llvm
229 template <> struct format_provider<codeview::GloballyHashedType> { struct in namespace:llvm
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatProviders.h103 /// Implementation of format_provider<T> for integral arithmetic types.
127 struct format_provider<
153 /// Implementation of format_provider<T> for integral pointer types.
176 struct format_provider<
189 /// Implementation of format_provider<T> for c-style strings and string
201 struct format_provider<
213 /// Implementation of format_provider<T> for llvm::Twine.
217 template <> struct format_provider<Twine> {
220 format_provider<std::string>::format(V.str(), Stream, Style);
224 /// Implementation of format_provider<
[all...]
H A DFormatVariadicDetails.h19 template <typename T, typename Enable = void> struct format_provider {}; struct in namespace:llvm
40 format_provider<std::decay_t<T>>::format(Item, S, Options);
57 // Test if format_provider<T> is defined on T and contains a member function
73 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
101 // Simple template that decides whether a type T should use the format_provider
119 // nor format_provider based implementation that it can use. Mostly used so
H A DChrono.h92 struct format_provider<sys::TimePoint<>> { struct in namespace:llvm
97 template <> struct format_provider<sys::UtcTime<std::chrono::seconds>> { struct in namespace:llvm
114 /// Implementation of format_provider<T> for duration types.
139 struct format_provider<std::chrono::duration<Rep, Period>> { struct in namespace:llvm
187 format_provider<InternalRep>::format(count, Stream, Style);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DMemoryRegionInfo.cpp24 void llvm::format_provider<MemoryRegionInfo::OptionalBool>::format(
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.cpp19 void llvm::format_provider<DIERef>::format(const DIERef &ref, raw_ostream &OS,
H A DDIERef.h140 template <> struct format_provider<lldb_private::plugin::dwarf::DIERef> { struct in namespace:lldb_private::llvm
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DChrono.cpp109 void format_provider<UtcTime<std::chrono::seconds>>::format(
119 void format_provider<TimePoint<>>::format(const TimePoint<> &T, raw_ostream &OS,
/freebsd-current/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h256 template <> struct format_provider<lldb_private::Vote> { struct in namespace:lldb_private::TypeValidatorResult::llvm
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp281 void llvm::format_provider<lldb_private::Status>::format(
284 llvm::format_provider<llvm::StringRef>::format(error.AsCString(), OS,
H A DConstString.cpp333 void llvm::format_provider<ConstString>::format(const ConstString &CS,
336 format_provider<StringRef>::format(CS.GetStringRef(), OS, Options);
H A DFileSpec.cpp535 void llvm::format_provider<FileSpec>::format(const FileSpec &F,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h241 struct format_provider< struct in namespace:llvm
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h276 template <> struct format_provider<lldb_private::WaitStatus> {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatUtil.h118 format_provider<T>::format(static_cast<T>(this->Item), Stream, Style);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h793 template <> struct format_provider<lldb_private::ObjectFile::Type> { struct in namespace:llvm
798 template <> struct format_provider<lldb_private::ObjectFile::Strata> { struct in namespace:llvm
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h185 struct format_provider<lldb_private::MemoryRegionInfo::OptionalBool> { struct in namespace:llvm
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp575 void llvm::format_provider<WaitStatus>::format(const WaitStatus &WS,

Completed in 360 milliseconds

12