Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFormatProviders.h126 struct format_provider<
175 struct format_provider<
200 struct format_provider<
216 template <> struct format_provider<Twine> {
219 format_provider<std::string>::format(V.str(), Stream, Style);
233 struct format_provider<T,
241 format_provider<int>::format(X, Stream, Style);
262 template <> struct format_provider<bool> {
299 struct format_provider<T,
356 template <typename IterT> class format_provider<llvm::iterator_range<IterT>> {
H A DChrono.h71 struct format_provider<sys::TimePoint<>> {
113 struct format_provider<std::chrono::duration<Rep, Period>> {
161 format_provider<InternalRep>::format(count, Stream, Style);
H A DFormatVariadicDetails.h19 template <typename T, typename Enable = void> struct format_provider {}; struct
40 format_provider<std::decay_t<T>>::format(Item, S, Options); in format()
73 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/llvm-project-15.0.7/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.h220 template <> struct format_provider<codeview::LocallyHashedType> {
228 template <> struct format_provider<codeview::GloballyHashedType> {
/llvm-project-15.0.7/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.h198 template <> struct format_provider<lldb_private::Status> {
H A DEnvironment.h88 template <> struct format_provider<lldb_private::Environment> {
H A DFileSpec.h438 template <> struct format_provider<lldb_private::FileSpec> {
H A DConstString.h427 template <> struct format_provider<lldb_private::ConstString> {
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatters.h25 template <> struct format_provider<pdb::PdbRaw_ImplVer> {
H A DFormatUtil.h119 format_provider<T>::format(static_cast<T>(this->Item), Stream, Style); in format()
/llvm-project-15.0.7/lldb/source/Target/
H A DMemoryRegionInfo.cpp24 void llvm::format_provider<MemoryRegionInfo::OptionalBool>::format( in format()
/llvm-project-15.0.7/lldb/source/Utility/
H A DStatus.cpp289 void llvm::format_provider<lldb_private::Status>::format( in format()
292 llvm::format_provider<llvm::StringRef>::format(error.AsCString(), OS, in format()
H A DConstString.cpp333 void llvm::format_provider<ConstString>::format(const ConstString &CS, in format()
336 format_provider<StringRef>::format(CS.GetStringRef(), OS, Options); in format()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.cpp17 void llvm::format_provider<DIERef>::format(const DIERef &ref, raw_ostream &OS, in format()
H A DDIERef.h99 template<> struct format_provider<DIERef> {
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DObjectFile.h778 template <> struct format_provider<lldb_private::ObjectFile::Type> {
783 template <> struct format_provider<lldb_private::ObjectFile::Strata> {
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyProfiling.cpp27 llvm::format_provider<decltype(Timestamp)>::format(Timestamp, OS, in StorageParams()
/llvm-project-15.0.7/llvm/lib/Support/
H A DChrono.cpp53 void format_provider<TimePoint<>>::format(const TimePoint<> &T, raw_ostream &OS, in format()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-enumerations.h276 template <> struct format_provider<lldb_private::Vote> {
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHost.h275 template <> struct format_provider<lldb_private::WaitStatus> {
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DConstStringTest.cpp16 TEST(ConstStringTest, format_provider) { in TEST() argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h248 struct format_provider<

12