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

Method FindLowerBoundConst

svf/include/Util/SparseBitVector.h:563–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561 return ElementIter;
562 }
563 ElementListConstIter FindLowerBoundConst(unsigned ElementIndex) const
564 {
565 return FindLowerBoundImpl(ElementIndex);
566 }
567 ElementListIter FindLowerBound(unsigned ElementIndex)
568 {
569 return FindLowerBoundImpl(ElementIndex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected