Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp157 if (CurrentDirectiveIsNested()) { in IsCloselyNestedRegion()
236 if (!CurrentDirectiveIsNested()) { in HasInvalidDistributeNesting()
418 if (CurrentDirectiveIsNested() && in Enter()
752 if (CurrentDirectiveIsNested()) { in Enter()
847 if (CurrentDirectiveIsNested()) { in ChecksOnOrderedAsBlock()
883 if (CurrentDirectiveIsNested() && in ChecksOnOrderedAsBlock()
1196 if (CurrentDirectiveIsNested() && in ChecksOnOrderedAsStandalone()
1345 if (CurrentDirectiveIsNested()) { in CheckCancellationNest()
H A Dcheck-directive-structure.h301 bool CurrentDirectiveIsNested() { return dirContext_.size() > 1; }; in CurrentDirectiveIsNested() function