Searched defs:LoopIterationSpace (Results 1 – 2 of 2) sorted by relevance
4554 struct LoopIterationSpace final { struct4556 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 …]
6393 struct LoopIterationSpace final { struct6396 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 …]