|
LLVM
3.7.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 645 of file FoldingSet.h.
|
explicitprotected |
Definition at line 425 of file FoldingSet.cpp.
References GetNextPtr(), and Ptr.
|
inlineprotected |
Definition at line 651 of file FoldingSet.h.
|
inlineprotected |
Definition at line 654 of file FoldingSet.h.
References Ptr.
Referenced by llvm::FoldingSetBucketIterator< T >::operator++().
|
inline |
Definition at line 664 of file FoldingSet.h.
References Ptr.
|
inline |
Definition at line 661 of file FoldingSet.h.
References Ptr.
|
protected |
Definition at line 647 of file FoldingSet.h.
Referenced by advance(), FoldingSetBucketIteratorImpl(), operator!=(), llvm::FoldingSetBucketIterator< T >::operator*(), llvm::FoldingSetBucketIterator< T >::operator->(), and operator==().
1.8.6