Static Value-Flow Analysis
|
#include <SparseBitVector.h>
Classes | |
class | SparseBitVectorIterator |
Public Types | |
using | iterator = SparseBitVectorIterator |
Private Types | |
enum | { BITWORD_SIZE = SparseBitVectorElement<ElementSize>::BITWORD_SIZE } |
using | ElementList = std::list< SparseBitVectorElement< ElementSize > > |
using | ElementListIter = typename ElementList::iterator |
using | ElementListConstIter = typename ElementList::const_iterator |
Private Member Functions | |
ElementListIter | FindLowerBoundImpl (unsigned ElementIndex) const |
ElementListConstIter | FindLowerBoundConst (unsigned ElementIndex) const |
ElementListIter | FindLowerBound (unsigned ElementIndex) |
Private Attributes | |
ElementList | Elements |
ElementListIter | CurrElementIter |
Definition at line 499 of file SparseBitVector.h.
|
private |
Definition at line 502 of file SparseBitVector.h.
|
private |
Definition at line 504 of file SparseBitVector.h.
|
private |
Definition at line 503 of file SparseBitVector.h.
using SVF::SparseBitVector< ElementSize >::iterator = SparseBitVectorIterator |
Definition at line 713 of file SparseBitVector.h.
|
inline |
Definition at line 715 of file SparseBitVector.h.
|
inline |
Definition at line 717 of file SparseBitVector.h.
|
inlinenoexcept |
Definition at line 719 of file SparseBitVector.h.
|
inline |
Definition at line 1153 of file SparseBitVector.h.
|
inline |
Definition at line 723 of file SparseBitVector.h.
|
inline |
|
inline |
Definition at line 1142 of file SparseBitVector.h.
|
inline |
Definition at line 1137 of file SparseBitVector.h.
|
inline |
Definition at line 1158 of file SparseBitVector.h.
|
inline |
Definition at line 1119 of file SparseBitVector.h.
|
inline |
Definition at line 1128 of file SparseBitVector.h.
|
inlineprivate |
Definition at line 567 of file SparseBitVector.h.
|
inlineprivate |
Definition at line 563 of file SparseBitVector.h.
|
inlineprivate |
Definition at line 518 of file SparseBitVector.h.
|
inline |
Definition at line 1075 of file SparseBitVector.h.
|
inline |
Definition at line 1069 of file SparseBitVector.h.
|
inline |
Definition at line 943 of file SparseBitVector.h.
|
inline |
Definition at line 1008 of file SparseBitVector.h.
|
inline |
Definition at line 1001 of file SparseBitVector.h.
|
inline |
Definition at line 1063 of file SparseBitVector.h.
|
inline |
Definition at line 825 of file SparseBitVector.h.
|
inline |
Definition at line 882 of file SparseBitVector.h.
|
inline |
Definition at line 729 of file SparseBitVector.h.
|
inline |
Definition at line 738 of file SparseBitVector.h.
|
inline |
Definition at line 830 of file SparseBitVector.h.
|
inline |
|
inline |
Definition at line 762 of file SparseBitVector.h.
|
inline |
Definition at line 785 of file SparseBitVector.h.
|
inline |
Definition at line 746 of file SparseBitVector.h.
|
inline |
Definition at line 814 of file SparseBitVector.h.
|
mutableprivate |
Definition at line 514 of file SparseBitVector.h.
|
private |
Definition at line 510 of file SparseBitVector.h.