LLVM 22.0.0git
llvm::DIEValueList::const_value_iterator Class Reference

#include "llvm/CodeGen/DIE.h"

Inheritance diagram for llvm::DIEValueList::const_value_iterator:
[legend]

Public Member Functions

 const_value_iterator ()=default
 const_value_iterator (DIEValueList::value_iterator X)
 const_value_iterator (ListTy::const_iterator X)
 operator bool () const
const DIEValueoperator* () const
Public Member Functions inherited from llvm::iterator_adaptor_base< const_value_iterator, ListTy::const_iterator, std::forward_iterator_tag, const DIEValue >
const_value_iterator & operator+= (difference_type n)
const_value_iterator & operator-= (difference_type n)
difference_type operator- (const const_value_iterator &RHS) const
const_value_iterator & operator++ ()
const_value_iterator & operator-- ()
std::conditional_t< std::is_same< const DIEValue, typename std::iterator_traits< ListTy::const_iterator >::value_type >::value, typename std::iterator_traits< ListTy::const_iterator >::reference, const DIEValue & > operator* () const
Public Member Functions inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
DerivedT operator+ (DifferenceTypeT n) const
DerivedT operator- (DifferenceTypeT n) const
DerivedT & operator++ ()
DerivedT operator++ (int)
DerivedT & operator-- ()
DerivedT operator-- (int)
bool operator!= (const DerivedT &RHS) const
bool operator> (const DerivedT &RHS) const
bool operator<= (const DerivedT &RHS) const
bool operator>= (const DerivedT &RHS) const
PointerProxy operator-> () const
ReferenceProxy operator[] (DifferenceTypeT n) const

Additional Inherited Members

Public Types inherited from llvm::iterator_adaptor_base< const_value_iterator, ListTy::const_iterator, std::forward_iterator_tag, const DIEValue >
using difference_type
Public Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
using iterator_category = IteratorCategoryT
using value_type = T
using difference_type = DifferenceTypeT
using pointer = PointerT
using reference = ReferenceT
Protected Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
enum  { IsRandomAccess , IsBidirectional }
Protected Member Functions inherited from llvm::iterator_adaptor_base< const_value_iterator, ListTy::const_iterator, std::forward_iterator_tag, const DIEValue >
 iterator_adaptor_base ()=default
 iterator_adaptor_base (ListTy::const_iterator u)
const ListTy::const_iterator & wrapped () const
Protected Attributes inherited from llvm::iterator_adaptor_base< const_value_iterator, ListTy::const_iterator, std::forward_iterator_tag, const DIEValue >
ListTy::const_iterator I

Detailed Description

Definition at line 728 of file DIE.h.

Constructor & Destructor Documentation

◆ const_value_iterator() [1/3]

llvm::DIEValueList::const_value_iterator::const_value_iterator ( )
default

◆ const_value_iterator() [2/3]

llvm::DIEValueList::const_value_iterator::const_value_iterator ( DIEValueList::value_iterator X)
inline

◆ const_value_iterator() [3/3]

llvm::DIEValueList::const_value_iterator::const_value_iterator ( ListTy::const_iterator X)
inlineexplicit

Definition at line 739 of file DIE.h.

References X.

Member Function Documentation

◆ operator bool()

llvm::DIEValueList::const_value_iterator::operator bool ( ) const
inlineexplicit

◆ operator*()

const DIEValue & llvm::DIEValueList::const_value_iterator::operator* ( ) const
inline

Definition at line 743 of file DIE.h.


The documentation for this class was generated from the following file: