Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h114 struct ScalarBitSetTraits { struct
/external/llvm/include/llvm/Support/
DYAMLTraits.h81 struct ScalarBitSetTraits { struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLTraits.h120 template <typename T, typename Enable = void> struct ScalarBitSetTraits { struct
/external/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()
/external/llvm/unittests/Support/
DYAMLIOTest.cpp723 struct ScalarBitSetTraits<MyFlags> { struct
724 static void bitset(IO &io, MyFlags &value) { in bitset()