Searched refs:ifaceProc (Results 1 – 1 of 1) sorted by relevance
630 } else if (const auto *ifaceProc{std::get_if<DummyProcedure>(&u)}) { in IsCompatibleWith() local632 return ifaceProc->IsCompatibleWith(*actualProc, whyNot); in IsCompatibleWith()904 const auto *ifaceProc{std::get_if<CopyableIndirection<Procedure>>(&u)}; in IsCompatibleWith() local905 CHECK(ifaceProc != nullptr); in IsCompatibleWith()908 if (ifaceProc->value().IsCompatibleWith(actualProc->value(), whyNot)) { in IsCompatibleWith()