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

Method count

svf/include/Util/SparseBitVector.h:1142–1151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1140 }
1141
1142 unsigned count() const
1143 {
1144 unsigned BitCount = 0;
1145 for (ElementListConstIter Iter = Elements.begin();
1146 Iter != Elements.end();
1147 ++Iter)
1148 BitCount += Iter->count();
1149
1150 return BitCount;
1151 }
1152
1153 iterator begin() const
1154 {

Callers 2

cmpPtsFunction · 0.45
cmpNodeBSFunction · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected