|
LLVM 22.0.0git
|
#include "llvm/MC/MCRegisterInfo.h"
Additional Inherited Members | |
| Public Types inherited from llvm::iterator_adaptor_base< MCRegUnitIterator, MCRegisterInfo::DiffListIterator, std::forward_iterator_tag, const MCRegUnit > | |
| using | difference_type |
| Public Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT > | |
| enum | { IsRandomAccess , IsBidirectional } |
| using | iterator_category = IteratorCategoryT |
| using | value_type = T |
| using | difference_type = DifferenceTypeT |
| using | pointer = PointerT |
| using | reference = ReferenceT |
| Protected Member Functions inherited from llvm::iterator_adaptor_base< MCRegUnitIterator, MCRegisterInfo::DiffListIterator, std::forward_iterator_tag, const MCRegUnit > | |
| iterator_adaptor_base ()=default | |
| const MCRegisterInfo::DiffListIterator & | wrapped () const |
| Protected Attributes inherited from llvm::iterator_adaptor_base< MCRegUnitIterator, MCRegisterInfo::DiffListIterator, std::forward_iterator_tag, const MCRegUnit > | |
| MCRegisterInfo::DiffListIterator | I |
Definition at line 640 of file MCRegisterInfo.h.
|
default |
Constructs an end iterator.
Referenced by operator++().
|
inline |
|
inline |
Returns true if this iterator is not yet at the end.
Definition at line 672 of file MCRegisterInfo.h.
|
inline |
Definition at line 663 of file MCRegisterInfo.h.
|
inline |
Definition at line 666 of file MCRegisterInfo.h.
References llvm::iterator_adaptor_base< MCRegUnitIterator, MCRegisterInfo::DiffListIterator, std::forward_iterator_tag, const MCRegUnit >::I, and MCRegUnitIterator().