Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.h270 int GetDirectiveNest(const int index) { return directiveNest_[index]; } in GetDirectiveNest() function
H A Dcheck-omp-structure.cpp366 if (GetDirectiveNest(SIMDNest) > 0) { in Enter()
369 if (GetDirectiveNest(TargetNest) > 0) { in Enter()
773 !GetDirectiveNest(TargetBlockOnlyTeams)) { in Enter()
820 if (GetDirectiveNest(TargetBlockOnlyTeams)) { in Leave()