HomeSort by relevance Sort by last modified time
    Searched defs:format_provider (Results 1 - 25 of 55) sorted by null

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
Formatters.h 26 template <> struct format_provider<pdb::PDB_UniqueId> { struct in namespace:llvm
33 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
Formatters.h 26 template <> struct format_provider<pdb::PDB_UniqueId> { struct in namespace:llvm
33 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
Formatters.h 26 template <> struct format_provider<pdb::PDB_UniqueId> { struct in namespace:llvm
33 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
Formatters.h 26 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
Formatters.h 26 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
Formatters.h 26 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
Formatters.h 26 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
Formatters.h 26 template <> struct format_provider<pdb::PDB_UniqueId> { struct in namespace:llvm
33 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
Formatters.h 26 template <> struct format_provider<pdb::PDB_UniqueId> { struct in namespace:llvm
33 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
Formatters.h 26 template <> struct format_provider<pdb::PDB_UniqueId> { struct in namespace:llvm
33 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
Formatters.h 26 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
Formatters.h 26 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
Formatters.h 26 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
Formatters.h 26 template <> struct format_provider<pdb::PdbRaw_ImplVer> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
Formatters.h 42 template <> struct format_provider<codeview::TypeIndex> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
Formatters.h 42 template <> struct format_provider<codeview::TypeIndex> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
Formatters.h 42 template <> struct format_provider<codeview::TypeIndex> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
Formatters.h 42 template <> struct format_provider<codeview::TypeIndex> { struct in namespace:llvm
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FormatVariadicDetails.h 19 template <typename T, typename Enable = void> struct format_provider {}; struct in namespace:llvm
37 format_provider<typename std::decay<T>::type>::format(Item, S, Options);
43 // Test if format_provider<T> is defined on T and contains a member function
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
71 // Simple template that decides whether a type T should use the format_provider
81 // nor format_provider based implementation that it can use. Mostly used so
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatVariadicDetails.h 19 template <typename T, typename Enable = void> struct format_provider {}; struct in namespace:llvm
37 format_provider<typename std::decay<T>::type>::format(Item, S, Options);
43 // Test if format_provider<T> is defined on T and contains a member function
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
71 // Simple template that decides whether a type T should use the format_provider
81 // nor format_provider based implementation that it can use. Mostly used so
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FormatVariadicDetails.h 19 template <typename T, typename Enable = void> struct format_provider {}; struct in namespace:llvm
37 format_provider<typename std::decay<T>::type>::format(Item, S, Options);
43 // Test if format_provider<T> is defined on T and contains a member function
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
71 // Simple template that decides whether a type T should use the format_provider
81 // nor format_provider based implementation that it can use. Mostly used so
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FormatVariadicDetails.h 19 template <typename T, typename Enable = void> struct format_provider {}; struct in namespace:llvm
37 format_provider<typename std::decay<T>::type>::format(Item, S, Options);
43 // Test if format_provider<T> is defined on T and contains a member function
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
71 // Simple template that decides whether a type T should use the format_provider
81 // nor format_provider based implementation that it can use. Mostly used so
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
Formatters.h 50 template <> struct format_provider<codeview::TypeIndex> { struct in namespace:llvm
64 template <> struct format_provider<codeview::GUID> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FormatVariadicDetails.h 19 template <typename T, typename Enable = void> struct format_provider {}; struct in namespace:llvm
37 format_provider<typename std::decay<T>::type>::format(Item, S, Options);
43 // Test if format_provider<T> is defined on T and contains a member function
59 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
71 // Simple template that decides whether a type T should use the format_provider
81 // nor format_provider based implementation that it can use. Mostly used so
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
Formatters.h 50 template <> struct format_provider<codeview::TypeIndex> { struct in namespace:llvm
64 template <> struct format_provider<codeview::GUID> { struct in namespace:llvm

Completed in 1006 milliseconds

1 2 3