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

Method intersects

svf/include/Util/SparseBitVector.h:1069–1072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1067 }
1068
1069 bool intersects(const SparseBitVector<ElementSize> *RHS) const
1070 {
1071 return intersects(*RHS);
1072 }
1073
1074 // Return true if we share any bits in common with RHS
1075 bool intersects(const SparseBitVector<ElementSize> &RHS) const

Callers

nothing calls this directly

Calls 4

indexMethod · 0.80
beginMethod · 0.45
emptyMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected