|
LLVM
4.0.0
|
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 <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 676 of file FoldingSet.h.
|
explicitprotected |
Definition at line 460 of file FoldingSet.cpp.
References GetNextPtr(), and Ptr.
|
inlineprotected |
Definition at line 682 of file FoldingSet.h.
|
inlineprotected |
Definition at line 685 of file FoldingSet.h.
References Ptr.
Referenced by llvm::FoldingSetBucketIterator< T >::operator++().
|
inline |
Definition at line 695 of file FoldingSet.h.
References Ptr.
|
inline |
Definition at line 692 of file FoldingSet.h.
References Ptr.
|
protected |
Definition at line 678 of file FoldingSet.h.
Referenced by advance(), FoldingSetBucketIteratorImpl(), operator!=(), llvm::FoldingSetBucketIterator< T >::operator*(), llvm::FoldingSetBucketIterator< T >::operator->(), and operator==().
1.8.6