Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8952 SmallVector<LoopIterationSpace, 4> IterSpaces(NumLoops); in checkOpenMPLoop() local
8958 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop()
8962 VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop()
8965 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
9030 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
9031 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
9062 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9135 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
9264 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
9471 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]