|
LLVM
4.0.0
|
SmallPtrSetIteratorImpl - This is the common base class shared between all instances of SmallPtrSetIterator. More...
#include <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 225 of file SmallPtrSet.h.
|
inlineexplicit |
Definition at line 231 of file SmallPtrSet.h.
References AdvanceIfNotValid(), and RetreatIfNotValid().
|
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 253 of file SmallPtrSet.h.
References assert(), Bucket, End, llvm::SmallPtrSetImplBase::getEmptyMarker(), and llvm::SmallPtrSetImplBase::getTombstoneMarker().
Referenced by llvm::SmallPtrSetIterator< PtrTy >::operator++(), and SmallPtrSetIteratorImpl().
|
inline |
Definition at line 245 of file SmallPtrSet.h.
References Bucket.
|
inline |
Definition at line 242 of file SmallPtrSet.h.
References Bucket.
|
inlineprotected |
Definition at line 261 of file SmallPtrSet.h.
References assert(), Bucket, End, llvm::SmallPtrSetImplBase::getEmptyMarker(), and llvm::SmallPtrSetImplBase::getTombstoneMarker().
Referenced by llvm::SmallPtrSetIterator< PtrTy >::operator++(), and SmallPtrSetIteratorImpl().
Definition at line 227 of file SmallPtrSet.h.
Referenced by AdvanceIfNotValid(), operator!=(), llvm::SmallPtrSetIterator< PtrTy >::operator*(), llvm::SmallPtrSetIterator< PtrTy >::operator++(), operator==(), and RetreatIfNotValid().
Definition at line 228 of file SmallPtrSet.h.
Referenced by AdvanceIfNotValid(), llvm::SmallPtrSetIterator< PtrTy >::operator*(), and RetreatIfNotValid().
1.8.6