Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp990 ProxyForScope fromScope{scope}; in CheckScopeConstraints() local
991 for (ProxyForScope toScope{target.proxyForScope}; fromScope != toScope; in CheckScopeConstraints()
997 if (scopes[toScope].depth == scopes[fromScope].depth) { in CheckScopeConstraints()
998 fromScope = scopes[fromScope].parent; in CheckScopeConstraints()
H A Dtype.cpp375 void InstantiateHelper::InstantiateComponents(const Scope &fromScope) { in InstantiateComponents() argument
379 for (SymbolRef ref : fromScope.GetSymbols()) { in InstantiateComponents()
H A Dcheck-do-forall.cpp283 fromScope(*name->symbol, "__fortran_ieee_exceptions"s)) { in Post()
319 bool fromScope(const Symbol &symbol, const std::string &moduleName) { in fromScope() function in Fortran::semantics::DoConcurrentBodyEnforce