LLVM 20.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++ (int) |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
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 = std::forward_iterator_tag |
using | value_type = const T |
using | difference_type = std::ptrdiff_t |
using | pointer = const T * |
using | reference = const T & |
Protected Types inherited from llvm::iterator_facade_base< const_iterator, std::forward_iterator_tag, const T > | |
enum | |
|
default |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |