Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ablab/spades
/ index
Method
index
ext/include/llvm/ADT/SparseBitVector.h:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
unsigned index() const {
88
return ElementIndex;
89
}
90
91
bool empty() const {
92
for (unsigned i = 0; i < BITWORDS_PER_ELEMENT; ++i)
Callers
12
FindLowerBoundImpl
Method · 0.45
AdvanceToFirstNonZero
Method · 0.45
AdvanceToNextNonZero
Method · 0.45
test
Method · 0.45
reset
Method · 0.45
set
Method · 0.45
operator|=
Method · 0.45
operator&=
Method · 0.45
intersectWithComplement
Method · 0.45
intersects
Method · 0.45
find_first
Method · 0.45
find_last
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected