Lines Matching defs:IsCompatibleWith
175 bool TypeAndShape::IsCompatibleWith(parser::ContextualMessages &messages,
285 bool DummyDataObject::IsCompatibleWith(const DummyDataObject &actual,
531 bool DummyProcedure::IsCompatibleWith(
545 if (!procedure.value().IsCompatibleWith(actual.procedure.value(),
813 bool DummyArgument::IsCompatibleWith(const DummyArgument &actual,
817 return ifaceData->IsCompatibleWith(*actualData, whyNot, warning);
824 return ifaceProc->IsCompatibleWith(*actualProc, whyNot);
1140 bool FunctionResult::IsCompatibleWith(
1235 if (ifaceProc->value().IsCompatibleWith(actualProc->value(),
1281 bool Procedure::IsCompatibleWith(const Procedure &actual,
1315 !functionResult->IsCompatibleWith(*actual.functionResult, whyNot)) {
1333 if (!actual.dummyArguments[j].IsCompatibleWith(
1381 if (!that.dummyArguments[j].IsCompatibleWith(dummyArguments[j])) {