Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSparseBitVector.h41 template <unsigned ElementSize = 128> struct SparseBitVectorElement { struct
56 SparseBitVectorElement() { in SparseBitVectorElement() argument
62 explicit SparseBitVectorElement(unsigned Idx) { in SparseBitVectorElement() argument
77 bool operator!=(const SparseBitVectorElement &RHS) const { argument
82 BitWord word(unsigned Idx) const { in word()
87 unsigned index() const { in index()
91 bool empty() const { in empty()
98 void set(unsigned Idx) { in set()
102 bool test_and_set(unsigned Idx) { in test_and_set()
111 void reset(unsigned Idx) { in reset()
[all …]