Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLTraits.h114 struct ScalarBitSetTraits { struct
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DYAMLTraits.h81 struct ScalarBitSetTraits { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DYAMLTraits.h122 template <typename T, typename Enable = void> struct ScalarBitSetTraits { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DYAMLTraits.h122 template <typename T, typename Enable = void> struct ScalarBitSetTraits { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DYAMLTraits.h122 template <typename T, typename Enable = void> struct ScalarBitSetTraits { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DYAMLTraits.h122 template <typename T, typename Enable = void> struct ScalarBitSetTraits { struct
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DYAMLTraits.h122 template <typename T, typename Enable = void> struct ScalarBitSetTraits { struct
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DYAMLTraits.h120 template <typename T, typename Enable = void> struct ScalarBitSetTraits { struct
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
H A DTextStub.cpp367 template <> struct ScalarBitSetTraits<TBDFlags> { struct
368 static void bitset(IO &IO, TBDFlags &Flags) { in bitset()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp367 template <> struct ScalarBitSetTraits<TBDFlags> { struct
368 static void bitset(IO &IO, TBDFlags &Flags) { in bitset()
/aosp_15_r20/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp723 struct ScalarBitSetTraits<MyFlags> { struct
724 static void bitset(IO &io, MyFlags &value) { in bitset()