Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp2663 auto currentDir{llvm::omp::Directive::OMPD_unknown}; in CheckWorkshareBlockStmts() local
2677 currentDir = beginDir.v; in CheckWorkshareBlockStmts()
2685 currentDir = beginDir.v; in CheckWorkshareBlockStmts()
2694 currentDir = beginDir.v; in CheckWorkshareBlockStmts()
2697 if (!parallelDirSet.test(currentDir)) { in CheckWorkshareBlockStmts()