Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h56 SparseBitVectorElement() { in SparseBitVectorElement() argument
62 explicit SparseBitVectorElement(unsigned Idx) { in SparseBitVectorElement() argument
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()
115 bool test(unsigned Idx) const { in test()
119 size_type count() const { in count()
127 int find_first() const { in find_first()
[all …]