LLVM API Documentation
#include <Use.h>
Inheritance diagram for llvm::UseListConstIteratorWrapper:


Public Types | |
| typedef iplist< Use >::const_iterator | Super |
Public Member Functions | |
| UseListConstIteratorWrapper () | |
| UseListConstIteratorWrapper (const Super &RHS) | |
| UseListConstIteratorWrapper (const UseListIteratorWrapper &RHS) | |
| UseListConstIteratorWrapper (const iplist< Use >::iterator &RHS) | |
| UseListConstIteratorWrapper & | operator= (const Super &RHS) |
| const User * | operator * () const |
| const User * | operator-> () const |
| UseListConstIteratorWrapper | operator-- () |
| UseListConstIteratorWrapper | operator++ () |
| UseListConstIteratorWrapper | operator-- (int) |
| UseListConstIteratorWrapper | operator++ (int) |
Definition at line 124 of file Use.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 165 of file Value.h. References operator *(). Referenced by operator->(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 139 of file Use.h. References operator *(). |
|
|
|