Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dtools.h177 const Symbol *IsExternalInPureContext(const Symbol &, const Scope &);
/external/llvm-project/flang/lib/Semantics/
Dtools.cpp730 const Symbol *IsExternalInPureContext( in IsExternalInPureContext() function
784 } else if (IsExternalInPureContext(*root, scope)) { in WhyNotModifiable()