|
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 parser::Name & | iv |
| parser::omp::WithSource< MaybeExpr > | lbound |
| parser::omp::WithSource< MaybeExpr > | ubound |
| parser::omp::WithSource< MaybeExpr > | step |