Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dtools.cpp790 const Symbol *unhosted{&symbol}; in AttachDeclaration() local
792 const auto *assoc{unhosted->detailsIf<semantics::HostAssocDetails>()}) { in AttachDeclaration()
793 unhosted = &assoc->symbol(); in AttachDeclaration()
796 unhosted->detailsIf<semantics::ProcBindingDetails>()}) { in AttachDeclaration()
803 unhosted = &binding->symbol(); in AttachDeclaration()
808 unhosted->name(), GetUsedModule(*use).name()); in AttachDeclaration()
811 unhosted->name(), "Declaration of '%s'"_en_US, unhosted->name()); in AttachDeclaration()