|
FLANG
|
Public Member Functions | |
| LoopControl (LoopControl &&x)=default | |
| LoopControl (const LoopControl &x)=default | |
| LoopControl (const parser::LoopControl::Bounds &x) | |
| LoopControl (const parser::ConcurrentControl &x) | |
Public Attributes | |
| const Symbol * | iv {nullptr} |
| WithSource< MaybeExpr > | lbound |
| WithSource< MaybeExpr > | ubound |
| WithSource< MaybeExpr > | step |