Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.h197 bool IsCloselyNestedRegion(const OmpDirectiveSet &set);
H A Dcheck-omp-structure.cpp130 bool OmpStructureChecker::IsCloselyNestedRegion(const OmpDirectiveSet &set) { in IsCloselyNestedRegion() function in Fortran::semantics::OmpStructureChecker
211 if (IsCloselyNestedRegion(set)) { in HasInvalidWorksharingNesting()
811 if (IsCloselyNestedRegion(llvm::omp::nestedMasterErrSet)) { in CheckMasterNesting()
1142 if (IsCloselyNestedRegion(llvm::omp::nestedBarrierErrSet)) { in CheckBarrierNesting()