Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4688 struct LoopIterationSpace final { struct
4690 Expr *PreCond = nullptr;
4693 Expr *NumIterations = nullptr;
4695 Expr *CounterVar = nullptr;
4697 Expr *PrivateCounterVar = nullptr;
4699 Expr *CounterInit = nullptr;
4702 Expr *CounterStep = nullptr;
4704 bool Subtract = false;
4706 SourceRange InitSrcRange;
4708 SourceRange CondSrcRange;
[all …]