Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp4554 struct LoopIterationSpace final { struct
4556 Expr *PreCond = nullptr;
4559 Expr *NumIterations = nullptr;
4561 Expr *CounterVar = nullptr;
4563 Expr *PrivateCounterVar = nullptr;
4565 Expr *CounterInit = nullptr;
4568 Expr *CounterStep = nullptr;
4570 bool Subtract = false;
4572 SourceRange InitSrcRange;
4574 SourceRange CondSrcRange;
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6393 struct LoopIterationSpace final { struct
6396 bool IsStrictCompare = false;
6398 Expr *PreCond = nullptr;
6401 Expr *NumIterations = nullptr;
6403 Expr *CounterVar = nullptr;
6405 Expr *PrivateCounterVar = nullptr;
6407 Expr *CounterInit = nullptr;
6410 Expr *CounterStep = nullptr;
6412 bool Subtract = false;
6414 SourceRange InitSrcRange;
[all …]