Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp516 bool IsNestedInDirective(llvm::omp::Directive directive);
1439 bool OmpAttributeVisitor::IsNestedInDirective(llvm::omp::Directive directive) { in IsNestedInDirective() function in Fortran::semantics::OmpAttributeVisitor
1461 if (IsNestedInDirective(llvm::omp::Directive::OMPD_target) && !hasAllocator) { in Post()