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 | |
ValueMapConstIterator () | |
ValueMapConstIterator (BaseT I) | |
ValueMapConstIterator (ValueMapIterator< DenseMapT, KeyT > Other) | |
BaseT | base () const |
ValueTypeProxy | operator* () const |
ValueTypeProxy | operator-> () const |
bool | operator== (const ValueMapConstIterator &RHS) const |
bool | operator!= (const ValueMapConstIterator &RHS) const |
ValueMapConstIterator & | operator++ () |
ValueMapConstIterator | operator++ (int) |
Definition at line 371 of file ValueMap.h.
using llvm::ValueMapConstIterator< DenseMapT, KeyT >::difference_type = std::ptrdiff_t |
Definition at line 380 of file ValueMap.h.
using llvm::ValueMapConstIterator< DenseMapT, KeyT >::iterator_category = std::forward_iterator_tag |
Definition at line 378 of file ValueMap.h.
using llvm::ValueMapConstIterator< DenseMapT, KeyT >::pointer = value_type * |
Definition at line 381 of file ValueMap.h.
using llvm::ValueMapConstIterator< DenseMapT, KeyT >::reference = value_type & |
Definition at line 382 of file ValueMap.h.
using llvm::ValueMapConstIterator< DenseMapT, KeyT >::value_type = std::pair<KeyT, typename DenseMapT::mapped_type> |
Definition at line 379 of file ValueMap.h.
|
inline |
Definition at line 384 of file ValueMap.h.
|
inline |
Definition at line 385 of file ValueMap.h.
|
inline |
Definition at line 386 of file ValueMap.h.
|
inline |
Definition at line 389 of file ValueMap.h.
|
inline |
Definition at line 408 of file ValueMap.h.
|
inline |
Definition at line 400 of file ValueMap.h.
Referenced by llvm::ValueMapConstIterator< MapT, KeyT >::operator->().
|
inline |
Definition at line 410 of file ValueMap.h.
|
inline |
Definition at line 414 of file ValueMap.h.
|
inline |
Definition at line 405 of file ValueMap.h.
|
inline |
Definition at line 407 of file ValueMap.h.