Searched refs:format_provider (Results 1 - 25 of 32) sorted by last modified time

12

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp376 template <> struct format_provider<llvm::xray::RecordTypes> { struct in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp711 void llvm::format_provider<llvm::json::Value>::format(
H A DChrono.cpp53 void format_provider<TimePoint<>>::format(const TimePoint<> &T, raw_ostream &OS,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h19 /// See parse(), operator<<, and format_provider.
845 /// For pretty-printing, use the formatv() format_provider below.
855 template <> struct format_provider<llvm::json::Value> { struct in namespace:llvm
H A DFormatVariadicDetails.h18 template <typename T, typename Enable = void> struct format_provider {}; struct in namespace:llvm
39 format_provider<typename std::decay<T>::type>::format(Item, S, Options);
56 // Test if format_provider<T> is defined on T and contains a member function
72 (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 DFormatProviders.h102 /// Implementation of format_provider<T> for integral arithmetic types.
126 struct format_provider<
152 /// Implementation of format_provider<T> for integral pointer types.
175 struct format_provider<
188 /// Implementation of format_provider<T> for c-style strings and string
200 struct format_provider<
212 /// Implementation of format_provider<T> for llvm::Twine.
216 template <> struct format_provider<Twine> {
219 format_provider<std::string>::format(V.str(), Stream, Style);
223 /// Implementation of format_provider<
[all...]
H A DChrono.h70 struct format_provider<sys::TimePoint<>> { struct in namespace:llvm
75 /// Implementation of format_provider<T> for duration types.
112 struct format_provider<std::chrono::duration<Rep, Period>> { struct in namespace:llvm
160 format_provider<InternalRep>::format(count, Stream, Style);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h659 /// Dwarf constants format_provider
661 /// Specialization of the format_provider template for dwarf enums. Unlike the
665 struct format_provider< struct
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp290 void llvm::format_provider<lldb_private::Status>::format(
293 llvm::format_provider<llvm::StringRef>::format(error.AsCString(), OS,
H A DFileSpec.cpp499 void llvm::format_provider<FileSpec>::format(const FileSpec &F,
H A DConstString.cpp307 void llvm::format_provider<ConstString>::format(const ConstString &CS,
310 format_provider<StringRef>::format(CS.AsCString(), OS, Options);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DMemoryRegionInfo.cpp24 void llvm::format_provider<MemoryRegionInfo::OptionalBool>::format(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp690 void llvm::format_provider<ObjectFile::Type>::format(
726 void llvm::format_provider<ObjectFile::Strata>::format(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h234 struct format_provider< struct in namespace:llvm
H A DGDBRemoteCommunication.cpp1350 void llvm::format_provider<GDBRemoteCommunication::PacketResult>::format(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp646 void llvm::format_provider<WaitStatus>::format(const WaitStatus &WS,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h251 template <> struct format_provider<lldb_private::Vote> { struct in namespace:lldb_private::TypeValidatorResult::llvm
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h207 template <> struct format_provider<lldb_private::Status> { struct in namespace:llvm
H A DFileSpec.h417 /// Implementation of format_provider<T> for FileSpec.
435 template <> struct format_provider<lldb_private::FileSpec> { struct in namespace:llvm
H A DConstString.h459 template <> struct format_provider<lldb_private::ConstString> { struct in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h140 struct format_provider<lldb_private::MemoryRegionInfo::OptionalBool> { struct in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h695 template <> struct format_provider<lldb_private::ObjectFile::Type> { struct in namespace:llvm
700 template <> struct format_provider<lldb_private::ObjectFile::Strata> { struct in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DFormatUtil.h128 format_provider<T>::format(static_cast<T>(this->Item), Stream, Style);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatters.h25 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h213 template <> struct format_provider<codeview::LocallyHashedType> { struct in namespace:llvm
221 template <> struct format_provider<codeview::GloballyHashedType> { struct in namespace:llvm

Completed in 203 milliseconds

12