|
LLVM
4.0.0
|
FoldingSetIteratorImpl - This is the common iterator support shared by all folding sets, which knows how to walk the folding set hash table. More...
#include <FoldingSet.h>
Public Member Functions | |
| bool | operator== (const FoldingSetIteratorImpl &RHS) const |
| bool | operator!= (const FoldingSetIteratorImpl &RHS) const |
Protected Member Functions | |
| FoldingSetIteratorImpl (void **Bucket) | |
| void | advance () |
Protected Attributes | |
| FoldingSetNode * | NodePtr |
FoldingSetIteratorImpl - This is the common iterator support shared by all folding sets, which knows how to walk the folding set hash table.
Definition at line 633 of file FoldingSet.h.
|
protected |
Definition at line 428 of file FoldingSet.cpp.
References GetNextPtr(), and NodePtr.
|
protected |
Definition at line 437 of file FoldingSet.cpp.
References GetBucketPtr(), llvm::FoldingSetImpl::Node::getNextInBucket(), GetNextPtr(), and NodePtr.
Referenced by llvm::FoldingSetIterator< T >::operator++().
|
inline |
Definition at line 645 of file FoldingSet.h.
References NodePtr.
|
inline |
Definition at line 642 of file FoldingSet.h.
References NodePtr.
|
protected |
Definition at line 635 of file FoldingSet.h.
Referenced by advance(), FoldingSetIteratorImpl(), operator!=(), llvm::FoldingSetIterator< T >::operator*(), llvm::FoldingSetIterator< T >::operator->(), and operator==().
1.8.6