Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9172 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in checkOpenMPIterationSpace() argument
9531 unsigned NestedLoopCount = 1; in checkOpenMPLoop() local
9540 NestedLoopCount = Result.Val.getInt().getLimitedValue(); in checkOpenMPLoop()
9554 if (Result.getLimitedValue() < NestedLoopCount) { in checkOpenMPLoop()
9571 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop()
9576 [DKind, &SemaRef, &DSA, NumLoops, NestedLoopCount, in checkOpenMPLoop()
9580 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount, in checkOpenMPLoop()
9584 if (Cnt > 0 && Cnt >= NestedLoopCount && in checkOpenMPLoop()
9607 Built.clear(/* size */ NestedLoopCount); in checkOpenMPLoop()
9610 return NestedLoopCount; in checkOpenMPLoop()
[all …]