LLVM 22.0.0git
|
#include "llvm/CodeGen/DIE.h"
Public Member Functions | |
const_iterator ()=default | |
const_iterator (typename IntrusiveBackList< T >::iterator X) | |
const_iterator (const T *N) | |
const_iterator & | operator++ () |
operator bool () const | |
const T & | operator* () const |
bool | operator== (const const_iterator &X) const |
Public Member Functions inherited from llvm::iterator_facade_base< const_iterator, std::forward_iterator_tag, const T > | |
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, const T > | |
using | iterator_category |
using | value_type |
using | difference_type |
using | pointer |
using | reference |
Protected Types inherited from llvm::iterator_facade_base< const_iterator, std::forward_iterator_tag, const T > | |
enum |
|
default |
Referenced by operator++(), and operator==().
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
Definition at line 659 of file DIE.h.
References const_iterator().
|
inline |
Definition at line 667 of file DIE.h.
References const_iterator(), and X.