|
GCC Middle and Back End API Reference
|
#include <store.h>

Public Member Functions | |
| const_iterator (const binding_map &map, concrete_bindings_t::const_iterator concrete_iter, symbolic_bindings_t::const_iterator symbolic_iter) | |
| bool | operator== (const const_iterator &other) const |
| bool | operator!= (const const_iterator &other) const |
| const_iterator & | operator++ () |
| binding_pair | operator* () |
| const svalue * | get_svalue () const |
Private Attributes | |
| const binding_map & | m_map |
| concrete_bindings_t::const_iterator | m_concrete |
| symbolic_bindings_t::const_iterator | m_symbolic |
|
inline |
References ana::binding_map::binding_map(), m_concrete, m_map, m_symbolic, and map.
Referenced by operator!=(), operator++(), and operator==().
| const svalue * ana::binding_map::const_iterator::get_svalue | ( | ) | const |
|
inline |
References const_iterator().
| binding_pair ana::binding_map::const_iterator::operator* | ( | ) |
| const_iterator & ana::binding_map::const_iterator::operator++ | ( | ) |
References const_iterator().
| bool ana::binding_map::const_iterator::operator== | ( | const const_iterator & | other | ) | const |
References const_iterator().
|
private |
Referenced by const_iterator().
|
private |
Referenced by const_iterator().
|
private |
Referenced by const_iterator().