Home
last modified time | relevance | path

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

12

/freebsd/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>> {
151 struct format_provider<std::chrono::duration<Rep, Period>> {
199 format_provider<InternalRep>::format(count, Stream, Style);
H A DFormatVariadicDetails.h20 template <typename T, typename Enable = void> struct format_provider {}; struct
42 format_provider<std::decay_t<T>>::format(Item, S, Options); in format()
75 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DFormatters.h52 template <> struct format_provider<codeview::TypeIndex> {
66 template <> struct format_provider<codeview::GUID> {
H A DTypeHashing.h223 template <> struct format_provider<codeview::LocallyHashedType> {
231 template <> struct format_provider<codeview::GloballyHashedType> {
/freebsd/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 DEnvironment.h88 template <> struct format_provider<lldb_private::Environment> {
H A DFileSpec.h470 template <> struct format_provider<lldb_private::FileSpec> {
H A DConstString.h427 template <> struct format_provider<lldb_private::ConstString> {
H A DStatus.h245 template <> struct format_provider<lldb_private::Status> {
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DDILLexer.h132 template <> struct format_provider<lldb_private::dil::Token::Kind> {
139 template <> struct format_provider<lldb_private::dil::Token> {
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DChrono.cpp110 void format_provider<UtcTime<std::chrono::seconds>>::format( in format()
120 void format_provider<TimePoint<>>::format(const TimePoint<> &T, raw_ostream &OS, in format()
/freebsd/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.h141 template <> struct format_provider<lldb_private::plugin::dwarf::DIERef> {
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatters.h
H A DFormatUtil.h120 format_provider<T>::format(static_cast<T>(this->Item), Stream, Style); in format()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemoryRegionInfo.cpp25 void llvm::format_provider<MemoryRegionInfo::OptionalBool>::format( in format()
/freebsd/contrib/llvm-project/lldb/source/Utility/
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()
H A DStatus.cpp306 void llvm::format_provider<lldb_private::Status>::format( in format()
309 llvm::format_provider<llvm::StringRef>::format(error.AsCString(), OS, in format()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h821 template <> struct format_provider<lldb_private::ObjectFile::Type> {
826 template <> struct format_provider<lldb_private::ObjectFile::Strata> {
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h270 template <> struct format_provider<lldb_private::Vote> {
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h208 struct format_provider<
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h297 template <> struct format_provider<lldb_private::WaitStatus> {
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h191 struct format_provider<lldb_private::MemoryRegionInfo::OptionalBool> {

12