ACT Library
|
A range specifier that can include parameters/etc. This is used during parsing, prior to expansion. More...
Public Attributes | |
Expr * | lo |
Expr * | hi |
A range specifier that can include parameters/etc. This is used during parsing, prior to expansion.
An array specifier for a single dimension consists of a pair of expressions, one for the low end of the range and one for the high end of the range.
The lo field is NULL if it is a simple dense array specifier. This case corresponds to the range being 0 to hi-1. If lo is non-NULL, then the range corresponds to lo to hi, both inclusive.
Expr * Array::_act_array_expr_pair::hi |
Expr* Array::_act_array_expr_pair::lo |