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

Method empty

svf/include/Util/SparseBitVector.h:1137–1140  ·  view source on GitHub ↗

Return true if the SparseBitVector is empty

Source from the content-addressed store, hash-verified

1135
1136 // Return true if the SparseBitVector is empty
1137 bool empty() const
1138 {
1139 return Elements.empty();
1140 }
1141
1142 unsigned count() const
1143 {

Callers 11

FindLowerBoundImplMethod · 0.45
AdvanceToFirstNonZeroMethod · 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