LLVM API Documentation
#include <ValueMap.h>
Classes | |
struct | ValueTypeProxy |
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 43 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 336 of file ValueMap.h.
|
inline |
Definition at line 339 of file ValueMap.h.
|
inline |
Definition at line 362 of file ValueMap.h.
|
inline |
Definition at line 350 of file ValueMap.h.
Referenced by llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator->().
|
inline |
Definition at line 366 of file ValueMap.h.
|
inline |
Definition at line 370 of file ValueMap.h.
|
inline |
Definition at line 355 of file ValueMap.h.
References llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator*().
|
inline |
Definition at line 359 of file ValueMap.h.