|
LLVM
3.7.0
|
#include <ValueMap.h>
Classes | |
| struct | ValueTypeProxy |
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 44 of file ValueMap.h.
|
inline |
Definition at line 306 of file ValueMap.h.
|
inline |
Definition at line 308 of file ValueMap.h.
|
inline |
Definition at line 310 of file ValueMap.h.
Referenced by llvm::ValueMap< const Value *, WeakVH >::erase().
|
inline |
Definition at line 333 of file ValueMap.h.
|
inline |
Definition at line 321 of file ValueMap.h.
Referenced by llvm::ValueMapIterator< DenseMapT, KeyT >::operator->().
|
inline |
Definition at line 337 of file ValueMap.h.
|
inline |
Definition at line 341 of file ValueMap.h.
|
inline |
Definition at line 326 of file ValueMap.h.
References llvm::ValueMapIterator< DenseMapT, KeyT >::operator*().
|
inline |
Definition at line 330 of file ValueMap.h.
1.8.6