Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h183 const Symbol *IsExternalInPureContext(const Symbol &, const Scope &);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp754 const Symbol *IsExternalInPureContext( in IsExternalInPureContext() function
814 } else if (IsExternalInPureContext(symbol, scope)) { in WhyNotModifiableFirst()