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 328 of file ValueMap.h.
llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueMapConstIterator | ( | ) | [inline] |
Definition at line 336 of file ValueMap.h.
llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueMapConstIterator | ( | BaseT | I | ) | [inline] |
Definition at line 337 of file ValueMap.h.
llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueMapConstIterator | ( | ValueMapIterator< DenseMapT, KeyT > | Other | ) | [inline] |
Definition at line 338 of file ValueMap.h.
BaseT llvm::ValueMapConstIterator< DenseMapT, KeyT >::base | ( | ) | const [inline] |
Definition at line 341 of file ValueMap.h.
bool llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator!= | ( | const ValueMapConstIterator< DenseMapT, KeyT > & | RHS | ) | const [inline] |
Definition at line 364 of file ValueMap.h.
ValueTypeProxy llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator* | ( | ) | const [inline] |
Definition at line 352 of file ValueMap.h.
Referenced by llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator->().
ValueMapConstIterator& llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator++ | ( | ) | [inline] |
Definition at line 368 of file ValueMap.h.
ValueMapConstIterator llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator++ | ( | int | ) | [inline] |
Definition at line 372 of file ValueMap.h.
ValueTypeProxy llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator-> | ( | ) | const [inline] |
Definition at line 357 of file ValueMap.h.
References llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator*().
bool llvm::ValueMapConstIterator< DenseMapT, KeyT >::operator== | ( | const ValueMapConstIterator< DenseMapT, KeyT > & | RHS | ) | const [inline] |
Definition at line 361 of file ValueMap.h.