HomeSort by: relevance | last modified time | path
    Searched defs:format_provider (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
Formatters.h 25 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
Formatters.h 49 template <> struct format_provider<codeview::TypeIndex> { struct in namespace:llvm
63 template <> struct format_provider<codeview::GUID> { struct in namespace:llvm
TypeHashing.h 218 template <> struct format_provider<codeview::LocallyHashedType> { struct in namespace:llvm
226 template <> struct format_provider<codeview::GloballyHashedType> { struct in namespace:llvm
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FormatVariadicDetails.h 18 template <typename T, typename Enable = void> struct format_provider {}; struct in namespace:llvm
39 format_provider<std::decay_t<T>>::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
Chrono.h 70 struct format_provider<sys::TimePoint<>> { struct in namespace:llvm
87 /// 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);
JSON.h 19 /// See parse(), operator<<, and format_provider.
995 /// For pretty-printing, use the formatv() format_provider below.
1005 template <> struct format_provider<llvm::json::Value> { struct in namespace:llvm
  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-account.cpp 421 template <> struct format_provider<llvm::xray::RecordTypes> { struct in namespace:llvm
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Dwarf.h 778 /// Dwarf constants format_provider
780 /// Specialization of the format_provider template for dwarf enums. Unlike the
784 struct format_provider<Enum, std::enable_if_t<dwarf::EnumTraits<Enum>::value>> { struct

Completed in 26 milliseconds