Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp7757 struct LoopIterationSpace final { struct
7760 bool IsStrictCompare = false;
7762 Expr *PreCond = nullptr;
7765 Expr *NumIterations = nullptr;
7767 Expr *CounterVar = nullptr;
7769 Expr *PrivateCounterVar = nullptr;
7771 Expr *CounterInit = nullptr;
7774 Expr *CounterStep = nullptr;
7776 bool Subtract = false;
7778 SourceRange InitSrcRange;
[all …]