Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9733 Stmt *DependentPreInits = Transform->getPreInits(); in checkOpenMPLoop() local
9734 if (!DependentPreInits) in checkOpenMPLoop()
9740 appendFlattenedStmtList(Constituents, DependentPreInits); in checkOpenMPLoop()
14222 Stmt *DependentPreInits; in checkTransformableLoopNest() local
14224 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14226 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14228 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14230 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14232 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14236 appendFlattenedStmtList(OriginalInits.back(), DependentPreInits); in checkTransformableLoopNest()