Home
last modified time | relevance | path

Searched refs:IterSpaces (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9708 SmallVector<LoopIterationSpace, 4> IterSpaces(NumLoops); in checkOpenMPLoop() local
9714 &IterSpaces, &Captures, in checkOpenMPLoop()
9719 VarsWithImplicitDSA, IterSpaces, Captures, in checkOpenMPLoop()
9723 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
9725 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
9791 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
9792 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
9821 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
9823 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9896 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
[all …]