Home
last modified time | relevance | path

Searched defs:ScalarBitSetTraits (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h114 struct ScalarBitSetTraits { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLTraits.h120 template <typename T, typename Enable = void> struct ScalarBitSetTraits { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp367 template <> struct ScalarBitSetTraits<TBDFlags> { struct
368 static void bitset(IO &IO, TBDFlags &Flags) { in bitset()