Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatProviders.h129 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 DChrono.h92 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 DFormatVariadicDetails.h19 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 DFormatters.h51 template <> struct format_provider<codeview::TypeIndex> {
65 template <> struct format_provider<codeview::GUID> {
H A DTypeHashing.h221 template <> struct format_provider<codeview::LocallyHashedType> {
229 template <> struct format_provider<codeview::GloballyHashedType> {
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimeout.h56 struct format_provider<lldb_private::Timeout<Ratio>, void> {
64 format_provider<Dur>::format(*timeout, OS, Options);
H A DState.h68 template <> struct format_provider<lldb::StateType> {
H A DStatus.h199 template <> struct format_provider<lldb_private::Status> {
H A DEnvironment.h88 template <> struct format_provider<lldb_private::Environment> {
H A DFileSpec.h459 template <> struct format_provider<lldb_private::FileSpec> {
H A DConstString.h427 template <> struct format_provider<lldb_private::ConstString> {
/src/contrib/llvm-project/llvm/lib/Support/
H A DChrono.cpp109 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 DDIERef.cpp19 void llvm::format_provider<DIERef>::format(const DIERef &ref, raw_ostream &OS, in format()
H A DDIERef.h140 template <> struct format_provider<lldb_private::plugin::dwarf::DIERef> {
/src/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp280 void llvm::format_provider<lldb_private::Status>::format( in format()
283 llvm::format_provider<llvm::StringRef>::format(error.AsCString(), OS, in format()
H A DConstString.cpp339 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 DMemoryRegionInfo.cpp24 void llvm::format_provider<MemoryRegionInfo::OptionalBool>::format( in format()
/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h794 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 Dlldb-private-enumerations.h271 template <> struct format_provider<lldb_private::Vote> {
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatUtil.h118 format_provider<T>::format(static_cast<T>(this->Item), Stream, Style); in format()
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h276 template <> struct format_provider<lldb_private::WaitStatus> {
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h241 struct format_provider<
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h185 struct format_provider<lldb_private::MemoryRegionInfo::OptionalBool> {
/src/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp675 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 DHost.cpp608 void llvm::format_provider<WaitStatus>::format(const WaitStatus &WS, in format()

12