Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9199 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in checkOpenMPIterationSpace() argument
9220 << (CurrentNestedLoopCount > 0) << CurrentNestedLoopCount; in checkOpenMPIterationSpace()
9295 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond( in checkOpenMPIterationSpace()
9297 ResultIterSpaces[CurrentNestedLoopCount].NumIterations = in checkOpenMPIterationSpace()
9305 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
9307 ResultIterSpaces[CurrentNestedLoopCount].PrivateCounterVar = in checkOpenMPIterationSpace()
9309 ResultIterSpaces[CurrentNestedLoopCount].CounterInit = ISC.buildCounterInit(); in checkOpenMPIterationSpace()
9310 ResultIterSpaces[CurrentNestedLoopCount].CounterStep = ISC.buildCounterStep(); in checkOpenMPIterationSpace()
9311 ResultIterSpaces[CurrentNestedLoopCount].InitSrcRange = ISC.getInitSrcRange(); in checkOpenMPIterationSpace()
9312 ResultIterSpaces[CurrentNestedLoopCount].CondSrcRange = in checkOpenMPIterationSpace()
[all …]