Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7714 struct LoopIterationSpace final { struct
7717 bool IsStrictCompare = false;
7719 Expr *PreCond = nullptr;
7722 Expr *NumIterations = nullptr;
7724 Expr *CounterVar = nullptr;
7726 Expr *PrivateCounterVar = nullptr;
7728 Expr *CounterInit = nullptr;
7731 Expr *CounterStep = nullptr;
7733 bool Subtract = false;
7735 SourceRange InitSrcRange;
[all …]