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.cpp9645 Stmt *DependentPreInits = Transform->getPreInits(); in checkOpenMPLoop() local
9646 if (!DependentPreInits) in checkOpenMPLoop()
9652 appendFlattenedStmtList(Constituents, DependentPreInits); in checkOpenMPLoop()
14050 Stmt *DependentPreInits; in checkTransformableLoopNest() local
14052 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14054 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14056 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14058 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14062 appendFlattenedStmtList(OriginalInits.back(), DependentPreInits); in checkTransformableLoopNest()