Searched refs:IterSpaces (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 4961 SmallVector<LoopIterationSpace, 4> IterSpaces; in CheckOpenMPLoop() local 4962 IterSpaces.resize(NestedLoopCount); in CheckOpenMPLoop() 4968 IterSpaces[Cnt], Captures)) in CheckOpenMPLoop() 5014 auto PreCond = ExprResult(IterSpaces[0].PreCond); in CheckOpenMPLoop() 5015 auto N0 = IterSpaces[0].NumIterations; in CheckOpenMPLoop() 5039 PreCond.get(), IterSpaces[Cnt].PreCond); in CheckOpenMPLoop() 5041 auto N = IterSpaces[Cnt].NumIterations; in CheckOpenMPLoop() 5111 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in CheckOpenMPLoop() 5258 LoopIterationSpace &IS = IterSpaces[Cnt]; in CheckOpenMPLoop() 5376 auto IS = IterSpaces.rbegin(); in CheckOpenMPLoop()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8200 SmallVector<LoopIterationSpace, 4> IterSpaces( in checkOpenMPLoop() local 8207 OrderedLoopCountExpr, VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop() 8228 OrderedLoopCountExpr, VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop() 8230 if (Cnt > 0 && IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop() 8232 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop() 8289 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop() 8290 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop() 8319 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop() 8321 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop() 8394 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop() [all …]
|