Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9375 << (CurrentNestedLoopCount > 0) << CurrentNestedLoopCount; in checkOpenMPIterationSpace()
9459 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
9466 ResultIterSpaces[CurrentNestedLoopCount].CondSrcRange = in checkOpenMPIterationSpace()
9468 ResultIterSpaces[CurrentNestedLoopCount].IncSrcRange = in checkOpenMPIterationSpace()
9494 if (CurrentNestedLoopCount < in checkOpenMPIterationSpace()
9497 CurrentNestedLoopCount, in checkOpenMPIterationSpace()
9500 CurrentNestedLoopCount, in checkOpenMPIterationSpace()
9509 if (CurrentNestedLoopCount >= NumLoops) { in checkOpenMPIterationSpace()
9514 Pair.second.size() <= CurrentNestedLoopCount) { in checkOpenMPIterationSpace()
9521 Pair.second.size() <= CurrentNestedLoopCount) { in checkOpenMPIterationSpace()
[all …]