ACT Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
Array::_act_array_expr_pair Struct Reference

A range specifier that can include parameters/etc. This is used during parsing, prior to expansion. More...

Public Attributes

Exprlo
 
Exprhi
 

Detailed Description

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.

Member Data Documentation

◆ hi

Expr * Array::_act_array_expr_pair::hi

◆ lo

Expr* Array::_act_array_expr_pair::lo

The documentation for this struct was generated from the following file: