llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <core/value.h>
Public Member Functions | |
bool | operator== (const user_iterator_impl &that) const |
bool | operator!= (const user_iterator_impl &that) const |
bool | atEnd () const |
Returns true if this iterator is equal to user_end() on the value. | |
user_iterator_impl & | operator++ () |
user_iterator_impl | operator++ (int) |
UserTy * | operator* () const |
UserTy * | operator-> () const |
operator user_iterator_impl< const UserTy > () const | |
Use & | getUse () const |
Friends | |
class | Value |
Iterator over the users.