LLVM 22.0.0git
|
#include "llvm/IR/ValueMap.h"
Classes | |
struct | ValueTypeProxy |
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = std::pair<KeyT, typename DenseMapT::mapped_type> |
using | difference_type = std::ptrdiff_t |
using | pointer = value_type * |
using | reference = value_type & |
Public Member Functions | |
ValueMapIterator () | |
ValueMapIterator (BaseT I) | |
BaseT | base () const |
ValueTypeProxy | operator* () const |
ValueTypeProxy | operator-> () const |
bool | operator== (const ValueMapIterator &RHS) const |
bool | operator!= (const ValueMapIterator &RHS) const |
ValueMapIterator & | operator++ () |
ValueMapIterator | operator++ (int) |
Definition at line 321 of file ValueMap.h.
using llvm::ValueMapIterator< DenseMapT, KeyT >::difference_type = std::ptrdiff_t |
Definition at line 330 of file ValueMap.h.
using llvm::ValueMapIterator< DenseMapT, KeyT >::iterator_category = std::forward_iterator_tag |
Definition at line 328 of file ValueMap.h.
using llvm::ValueMapIterator< DenseMapT, KeyT >::pointer = value_type * |
Definition at line 331 of file ValueMap.h.
using llvm::ValueMapIterator< DenseMapT, KeyT >::reference = value_type & |
Definition at line 332 of file ValueMap.h.
using llvm::ValueMapIterator< DenseMapT, KeyT >::value_type = std::pair<KeyT, typename DenseMapT::mapped_type> |
Definition at line 329 of file ValueMap.h.
|
inline |
Definition at line 334 of file ValueMap.h.
|
inline |
Definition at line 335 of file ValueMap.h.
|
inline |
Definition at line 337 of file ValueMap.h.
|
inline |
Definition at line 358 of file ValueMap.h.
|
inline |
Definition at line 350 of file ValueMap.h.
Referenced by llvm::ValueMapIterator< MapT, KeyT >::operator->().
|
inline |
Definition at line 360 of file ValueMap.h.
|
inline |
Definition at line 364 of file ValueMap.h.
|
inline |
Definition at line 355 of file ValueMap.h.
|
inline |
Definition at line 357 of file ValueMap.h.