llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <core/value.h>
Public Member Functions | |
bool | operator== (const use_iterator_impl &that) const |
bool | operator!= (const use_iterator_impl &that) const |
use_iterator_impl & | operator++ () |
use_iterator_impl | operator++ (int) |
UseT & | operator* () const |
UseT * | operator-> () const |
operator use_iterator_impl< const UseT > () const | |
Friends | |
class | Value |
Iterator over the uses.