Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9787 SmallVector<LoopIterationSpace, 4> IterSpaces(NumLoops); in checkOpenMPLoop() local
9793 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop()
9797 VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop()
9800 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
9858 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
9859 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
9890 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9963 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
10095 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
10304 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]