Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp630 } else if (const auto *ifaceProc{std::get_if<DummyProcedure>(&u)}) { in IsCompatibleWith() local
632 return ifaceProc->IsCompatibleWith(*actualProc, whyNot); in IsCompatibleWith()
904 const auto *ifaceProc{std::get_if<CopyableIndirection<Procedure>>(&u)}; in IsCompatibleWith() local
905 CHECK(ifaceProc != nullptr); in IsCompatibleWith()
908 if (ifaceProc->value().IsCompatibleWith(actualProc->value(), whyNot)) { in IsCompatibleWith()