LLVM
8.0.1
|
SmallPtrSetIteratorImpl - This is the common base class shared between all instances of SmallPtrSetIterator. More...
#include "llvm/ADT/SmallPtrSet.h"
Public Member Functions | |
SmallPtrSetIteratorImpl (const void *const *BP, const void *const *E) | |
bool | operator== (const SmallPtrSetIteratorImpl &RHS) const |
bool | operator!= (const SmallPtrSetIteratorImpl &RHS) const |
Protected Member Functions | |
void | AdvanceIfNotValid () |
AdvanceIfNotValid - If the current bucket isn't valid, advance to a bucket that is. More... | |
void | RetreatIfNotValid () |
Protected Attributes | |
const void *const * | Bucket |
const void *const * | End |
SmallPtrSetIteratorImpl - This is the common base class shared between all instances of SmallPtrSetIterator.
Definition at line 222 of file SmallPtrSet.h.
|
inlineexplicit |
Definition at line 228 of file SmallPtrSet.h.
References llvm::shouldReverseIterate().
|
inlineprotected |
AdvanceIfNotValid - If the current bucket isn't valid, advance to a bucket that is.
This is guaranteed to stop because the end() bucket is marked valid.
Definition at line 248 of file SmallPtrSet.h.
References assert(), llvm::SmallPtrSetImplBase::getEmptyMarker(), and llvm::SmallPtrSetImplBase::getTombstoneMarker().
|
inline |
Definition at line 240 of file SmallPtrSet.h.
References Bucket.
|
inline |
Definition at line 237 of file SmallPtrSet.h.
References Bucket.
|
inlineprotected |
Definition at line 255 of file SmallPtrSet.h.
References assert(), llvm::SmallPtrSetImplBase::getEmptyMarker(), and llvm::SmallPtrSetImplBase::getTombstoneMarker().
Definition at line 224 of file SmallPtrSet.h.
Referenced by operator!=(), and operator==().
Definition at line 225 of file SmallPtrSet.h.