Home
last modified time | relevance | path

Searched defs:BitWord (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DBitset.h31 typedef uintptr_t BitWord; typedef
42 constexpr Bitset(const std::array<BitWord, NumWords> &B) in Bitset()
DBitVector.h83 typedef uintptr_t BitWord; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DBitset.h31 typedef uintptr_t BitWord; typedef
42 constexpr Bitset(const std::array<BitWord, NumWords> &B) in Bitset()
DBitVector.h83 typedef uintptr_t BitWord; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DBitset.h31 typedef uintptr_t BitWord; typedef
42 constexpr Bitset(const std::array<BitWord, NumWords> &B) in Bitset()
DBitVector.h83 typedef uintptr_t BitWord; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DBitset.h31 typedef uintptr_t BitWord; typedef
42 constexpr Bitset(const std::array<BitWord, NumWords> &B) in Bitset()
DBitVector.h83 typedef uintptr_t BitWord; typedef
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DSparseBitVector.h46 typedef unsigned long BitWord; typedef
H A DBitVector.h28 typedef unsigned long BitWord; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DBitVector.h29 typedef unsigned long BitWord; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DBitVector.h76 typedef uintptr_t BitWord; typedef
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceBitVector.h248 typedef unsigned long BitWord; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DBitVector.h74 typedef uintptr_t BitWord; typedef
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dbit_vector.h445 explicit BitWord(uint64_t* word) : word_(word) {} in BitWord() function