#include <func_iter.h>
Data Fields | |
| unsigned int | scopes |
| stmt_iter ** | sis |
| unsigned int | si_num |
| sig_link ** | sigs |
| unsigned int | sig_num |
| sig_link * | curr_sigl |
|
|
Pointer to current sig_link element in the given sigs array element |
|
|
The number of scopes iterated with this iteration (i.e., the allocated size of sis and sigs) |
|
|
Specifies the current index in the sis array to process |
|
|
Specifies the current index in the sigs array to process |
|
|
Pointer to array of signal lists for the given functional unit |
|
|
Pointer to array of statement iterators (sorted by line number) for the given functional unit |
1.3.4