Searched refs:LoopIterationSpace (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 6393 struct LoopIterationSpace final { struct 6523 Scope *S, ArrayRef<LoopIterationSpace> ResultIterSpaces, bool LimitedType, 7270 Scope *S, ArrayRef<LoopIterationSpace> ResultIterSpaces, bool LimitedType, in buildNumIterations() 7281 const LoopIterationSpace &IS = in buildNumIterations() 7361 const LoopIterationSpace &IS = in buildNumIterations() 7816 llvm::MutableArrayRef<LoopIterationSpace> ResultIterSpaces, in checkOpenMPIterationSpace() 8200 SmallVector<LoopIterationSpace, 4> IterSpaces( in checkOpenMPLoop() 8521 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop() 8716 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 4554 struct LoopIterationSpace final { struct 4614 LoopIterationSpace &ResultIterSpace, in CheckOpenMPIterationSpace() 4961 SmallVector<LoopIterationSpace, 4> IterSpaces; in CheckOpenMPLoop() 5258 LoopIterationSpace &IS = IterSpaces[Cnt]; in CheckOpenMPLoop()
|