Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4759 LoopIterationSpace &ResultIterSpace, in checkOpenMPIterationSpace() argument
4880 ResultIterSpace.PreCond = in checkOpenMPIterationSpace()
4882 ResultIterSpace.NumIterations = ISC.buildNumIterations( in checkOpenMPIterationSpace()
4889 ResultIterSpace.CounterInit = ISC.buildCounterInit(); in checkOpenMPIterationSpace()
4890 ResultIterSpace.CounterStep = ISC.buildCounterStep(); in checkOpenMPIterationSpace()
4891 ResultIterSpace.InitSrcRange = ISC.getInitSrcRange(); in checkOpenMPIterationSpace()
4894 ResultIterSpace.Subtract = ISC.shouldSubtractStep(); in checkOpenMPIterationSpace()
4896 HasErrors |= (ResultIterSpace.PreCond == nullptr || in checkOpenMPIterationSpace()
4898 ResultIterSpace.CounterVar == nullptr || in checkOpenMPIterationSpace()
4900 ResultIterSpace.CounterInit == nullptr || in checkOpenMPIterationSpace()
[all …]