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.cpp7667 struct LoopIterationSpace final { struct
7670 bool IsStrictCompare = false;
7672 Expr *PreCond = nullptr;
7675 Expr *NumIterations = nullptr;
7677 Expr *CounterVar = nullptr;
7679 Expr *PrivateCounterVar = nullptr;
7681 Expr *CounterInit = nullptr;
7684 Expr *CounterStep = nullptr;
7686 bool Subtract = false;
7688 SourceRange InitSrcRange;
[all …]