|
| Ref (const Ref &r, int l, int h) |
|
| Ref (const Register &r, gress_t gr, int lo=-1, int hi=-1) |
|
| Ref (gress_t g, int stage, const value_t &n) |
|
| Ref (gress_t g, int stage, int line, const std::string &n, int l, int h) |
|
bool | check (bool err=true) const |
|
void | dbprint (std::ostream &out) const override |
|
std::string | desc () const |
|
int | fieldhibit () const override |
|
int | fieldlobit () const override |
|
int | get_lineno () const override |
|
gress_t | gress () const |
|
int | hibit () const |
|
int | lobit () const |
|
bool | merge (const Ref &r) |
|
const char * | name () const override |
|
| operator bool () const |
|
Slice | operator* () const |
|
Slice | operator-> () const |
|
bool | operator< (const Ref &r) const |
|
bool | operator== (const Ref &a) const |
|
unsigned | size () const override |
|
int | slicehibit () const override |
|
int | slicelobit () const override |
|
std::string | toString () const override |
|
void | print () const |
|