GCC Middle and Back End API Reference
|
#include <constraint-manager.h>
Public Member Functions | |
bound () | |
bound (tree constant, bool closed) | |
void | ensure_closed (enum bound_kind bound_kind) |
const char * | get_relation_as_str () const |
Data Fields | |
tree | m_constant |
bool | m_closed |
One of the end-points of a range.
|
inline |
void ana::bound::ensure_closed | ( | enum bound_kind | bound_kind | ) |
const char * ana::bound::get_relation_as_str | ( | ) | const |
bool ana::bound::m_closed |
tree ana::bound::m_constant |