|
LLVM 23.0.0git
|
#include "llvm/Support/GenericDomTree.h"
Public Member Functions | |
| const_iterator (DomTreeNodeBase *Node=nullptr) | |
| bool | operator== (const const_iterator &Other) const |
| DomTreeNodeBase * | operator* () const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| Public Member Functions inherited from llvm::iterator_facade_base< const_iterator, std::forward_iterator_tag, DomTreeNodeBase * > | |
| const_iterator | operator+ (std::ptrdiff_t n) const |
| const_iterator | operator- (std::ptrdiff_t n) const |
| const_iterator & | operator++ () |
| const_iterator & | operator-- () |
| bool | operator!= (const const_iterator &RHS) const |
| bool | operator> (const const_iterator &RHS) const |
| bool | operator<= (const const_iterator &RHS) const |
| bool | operator>= (const const_iterator &RHS) const |
| PointerProxy | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Additional Inherited Members | |
| Public Types inherited from llvm::iterator_facade_base< const_iterator, std::forward_iterator_tag, DomTreeNodeBase * > | |
| enum | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
Definition at line 76 of file GenericDomTree.h.
|
inline |
Definition at line 82 of file GenericDomTree.h.
References llvm::DomTreeNodeBase< NodeT >::DomTreeNodeBase().
Referenced by operator++(), operator++(), and operator==().
|
inline |
Definition at line 86 of file GenericDomTree.h.
References llvm::DomTreeNodeBase< NodeT >::DomTreeNodeBase().
|
inline |
Definition at line 87 of file GenericDomTree.h.
References const_iterator().
|
inline |
Definition at line 91 of file GenericDomTree.h.
References const_iterator().
|
inline |
Definition at line 83 of file GenericDomTree.h.
References const_iterator(), and llvm::Other.