Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp1365 OmpDirectiveSet allowedParallelSet{llvm::omp::Directive::OMPD_parallel, in CheckCancellationNest() local
1384 if (allowedParallelSet.test(dirContext_[i].directive)) { in CheckCancellationNest()
1413 if (allowedParallelSet.test(GetContextParent().directive)) { in CheckCancellationNest()