MCPcopy Create free account
hub / github.com/ablab/spades / end

Method end

ext/include/llvm/ADT/SparseBitVector.h:813–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811 }
812
813 iterator end() const {
814 return iterator(this, true);
815 }
816};
817
818// Convenience functions to allow Or and And without dereferencing in the user

Callers 12

FindLowerBoundImplMethod · 0.45
AdvanceToNextNonZeroMethod · 0.45
testMethod · 0.45
resetMethod · 0.45
setMethod · 0.45
operator==Method · 0.45
operator|=Method · 0.45
operator&=Method · 0.45
intersectsMethod · 0.45
countMethod · 0.45
dumpFunction · 0.45

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected