Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSparseBitVector.h42 template <unsigned ElementSize = 128> struct SparseBitVectorElement { struct
57 SparseBitVectorElement() { in SparseBitVectorElement() argument
63 explicit SparseBitVectorElement(unsigned Idx) { in SparseBitVectorElement() argument
78 bool operator!=(const SparseBitVectorElement &RHS) const { argument
83 BitWord word(unsigned Idx) const { in word()
88 unsigned index() const { in index()
92 bool empty() const { in empty()
99 void set(unsigned Idx) { in set()
103 bool test_and_set(unsigned Idx) { in test_and_set()
112 void reset(unsigned Idx) { in reset()
[all …]