Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp3341 struct LoopIterationSpace { struct
3343 Expr *PreCond;
3346 Expr *NumIterations;
3348 Expr *CounterVar;
3350 Expr *PrivateCounterVar;
3352 Expr *CounterInit;
3355 Expr *CounterStep;
3357 bool Subtract;
3359 SourceRange InitSrcRange;
3361 SourceRange CondSrcRange;
[all …]