Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h57 SparseBitVectorElement() { in SparseBitVectorElement() function
63 explicit SparseBitVectorElement(unsigned Idx) { in SparseBitVectorElement() function
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()
116 bool test(unsigned Idx) const { in test()
120 size_type count() const { in count()
128 int find_first() const { in find_first()
[all …]