LLVM
8.0.1
|
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 662 of file FoldingSet.h.
|
explicitprotected |
Definition at line 462 of file FoldingSet.cpp.
References GetNextPtr().
|
inlineprotected |
Definition at line 668 of file FoldingSet.h.
|
inlineprotected |
Definition at line 670 of file FoldingSet.h.
References llvm::FoldingSetBase::Node::getNextInBucket().
|
inline |
Definition at line 680 of file FoldingSet.h.
References Ptr.
|
inline |
Definition at line 677 of file FoldingSet.h.
References Ptr.
|
protected |
Definition at line 664 of file FoldingSet.h.
Referenced by operator!=(), and operator==().