MCPcopy Create free account
hub / github.com/SVF-tools/SVF / end

Method end

svf/include/Util/SparseBitVector.h:1158–1161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1156 }
1157
1158 iterator end() const
1159 {
1160 return iterator(this, true);
1161 }
1162};
1163
1164// 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

no outgoing calls

Tested by

no test coverage detected