Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-directives.cpp96 const parser::DoConstruct *GetDoConstructIf(
397 const parser::DoConstruct *DirectiveAttributeVisitor<T>::GetDoConstructIf( in GetDoConstructIf() function in Fortran::semantics::DirectiveAttributeVisitor
587 loop = it != block.end() ? GetDoConstructIf(*it) : nullptr; in PrivatizeAssociatedLoopIndex()
965 loop = it != block.end() ? GetDoConstructIf(*it) : nullptr; in PrivatizeAssociatedLoopIndexAndCheckLoopLevel()