LLVM 20.0.0git
|
SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet. More...
#include "llvm/ADT/SmallPtrSet.h"
Public Types | |
using | value_type = PtrTy |
using | reference = PtrTy |
using | pointer = PtrTy |
using | difference_type = std::ptrdiff_t |
using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
SmallPtrSetIterator (const void *const *BP, const void *const *E, const DebugEpochBase &Epoch) | |
const PtrTy | operator* () const |
SmallPtrSetIterator & | operator++ () |
SmallPtrSetIterator | operator++ (int) |
Public Member Functions inherited from llvm::SmallPtrSetIteratorImpl | |
SmallPtrSetIteratorImpl (const void *const *BP, const void *const *E) | |
bool | operator== (const SmallPtrSetIteratorImpl &RHS) const |
bool | operator!= (const SmallPtrSetIteratorImpl &RHS) const |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::SmallPtrSetIteratorImpl | |
void | AdvanceIfNotValid () |
AdvanceIfNotValid - If the current bucket isn't valid, advance to a bucket that is. | |
void | RetreatIfNotValid () |
Protected Attributes inherited from llvm::SmallPtrSetIteratorImpl | |
const void *const * | Bucket |
const void *const * | End |
SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.
Definition at line 310 of file SmallPtrSet.h.
using llvm::SmallPtrSetIterator< PtrTy >::difference_type = std::ptrdiff_t |
Definition at line 319 of file SmallPtrSet.h.
using llvm::SmallPtrSetIterator< PtrTy >::iterator_category = std::forward_iterator_tag |
Definition at line 320 of file SmallPtrSet.h.
using llvm::SmallPtrSetIterator< PtrTy >::pointer = PtrTy |
Definition at line 318 of file SmallPtrSet.h.
using llvm::SmallPtrSetIterator< PtrTy >::reference = PtrTy |
Definition at line 317 of file SmallPtrSet.h.
using llvm::SmallPtrSetIterator< PtrTy >::value_type = PtrTy |
Definition at line 316 of file SmallPtrSet.h.
|
inlineexplicit |
Definition at line 322 of file SmallPtrSet.h.
|
inline |
Definition at line 328 of file SmallPtrSet.h.
References assert(), End, and llvm::shouldReverseIterate().
|
inline |
Definition at line 338 of file SmallPtrSet.h.
References assert(), and llvm::shouldReverseIterate().
|
inline |
Definition at line 350 of file SmallPtrSet.h.