MCPcopy 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

FindLowerBoundImplMethod · 0.45
AdvanceToFirstNonZeroMethod · 0.45
AdvanceToNextNonZeroMethod · 0.45
testMethod · 0.45
resetMethod · 0.45
setMethod · 0.45
operator|=Method · 0.45
operator&=Method · 0.45
intersectsMethod · 0.45
find_firstMethod · 0.45
find_lastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected