Home
last modified time | relevance | path

Searched defs:LoopIterationSpace (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp4554 struct LoopIterationSpace final { struct
4556 Expr *PreCond = nullptr;
4559 Expr *NumIterations = nullptr;
4561 Expr *CounterVar = nullptr;
4563 Expr *PrivateCounterVar = nullptr;
4565 Expr *CounterInit = nullptr;
4568 Expr *CounterStep = nullptr;
4570 bool Subtract = false;
4572 SourceRange InitSrcRange;
4574 SourceRange CondSrcRange;
[all …]