LLVM 20.0.0git
|
FoldingSetBucketIteratorImpl - This is the common bucket iterator support shared by all folding sets, which knows how to walk a particular bucket of a folding set hash table. More...
#include "llvm/ADT/FoldingSet.h"
Public Member Functions | |
bool | operator== (const FoldingSetBucketIteratorImpl &RHS) const |
bool | operator!= (const FoldingSetBucketIteratorImpl &RHS) const |
Protected Member Functions | |
FoldingSetBucketIteratorImpl (void **Bucket) | |
FoldingSetBucketIteratorImpl (void **Bucket, bool) | |
void | advance () |
Protected Attributes | |
void * | Ptr |
FoldingSetBucketIteratorImpl - This is the common bucket iterator support shared by all folding sets, which knows how to walk a particular bucket of a folding set hash table.
Definition at line 750 of file FoldingSet.h.
|
explicitprotected |
Definition at line 422 of file FoldingSet.cpp.
References GetNextPtr(), and Ptr.
|
inlineprotected |
Definition at line 756 of file FoldingSet.h.
|
inlineprotected |
Definition at line 758 of file FoldingSet.h.
References Ptr.
Referenced by llvm::FoldingSetBucketIterator< T >::operator++().
|
inline |
Definition at line 768 of file FoldingSet.h.
|
inline |
Definition at line 765 of file FoldingSet.h.
|
protected |
Definition at line 752 of file FoldingSet.h.
Referenced by advance(), FoldingSetBucketIteratorImpl(), operator!=(), llvm::FoldingSetBucketIterator< T >::operator*(), llvm::FoldingSetBucketIterator< T >::operator->(), and operator==().