Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp7127 struct LoopIterationSpace final { struct
7130 bool IsStrictCompare = false;
7132 Expr *PreCond = nullptr;
7135 Expr *NumIterations = nullptr;
7137 Expr *CounterVar = nullptr;
7139 Expr *PrivateCounterVar = nullptr;
7141 Expr *CounterInit = nullptr;
7144 Expr *CounterStep = nullptr;
7146 bool Subtract = false;
7148 SourceRange InitSrcRange;
[all …]