Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp289 const Fortran::semantics::Scope &ultimateScope = ultimate.owner(); in collectHostAssociatedVariables() local
290 if (ultimateScope.kind() == in collectHostAssociatedVariables()
292 ultimateScope.kind() == Fortran::semantics::Scope::Kind::Subprogram) in collectHostAssociatedVariables()
293 if (ultimateScope != *internalScope && in collectHostAssociatedVariables()
294 ultimateScope.Contains(*internalScope)) { in collectHostAssociatedVariables()