Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h148 bool IsCompatibleWith(parser::ContextualMessages &, const TypeAndShape &that,
193 bool IsCompatibleWith(
213 bool IsCompatibleWith(
248 bool IsCompatibleWith(
290 bool IsCompatibleWith(
336 bool IsCompatibleWith(const Procedure &, std::string *whyNot = nullptr,
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp151 bool TypeAndShape::IsCompatibleWith(parser::ContextualMessages &messages, in IsCompatibleWith() function in Fortran::evaluate::characteristics::TypeAndShape
266 bool DummyDataObject::IsCompatibleWith( in IsCompatibleWith() function in Fortran::evaluate::characteristics::DummyDataObject
384 bool DummyProcedure::IsCompatibleWith( in IsCompatibleWith() function in Fortran::evaluate::characteristics::DummyProcedure
398 if (!procedure.value().IsCompatibleWith(actual.procedure.value(), whyNot)) { in IsCompatibleWith()
621 bool DummyArgument::IsCompatibleWith( in IsCompatibleWith() function in Fortran::evaluate::characteristics::DummyArgument
625 return ifaceData->IsCompatibleWith(*actualData, whyNot); in IsCompatibleWith()
632 return ifaceProc->IsCompatibleWith(*actualProc, whyNot); in IsCompatibleWith()
867 bool FunctionResult::IsCompatibleWith( in IsCompatibleWith() function in Fortran::evaluate::characteristics::FunctionResult
908 if (ifaceProc->value().IsCompatibleWith(actualProc->value(), whyNot)) { in IsCompatibleWith()
978 !functionResult->IsCompatibleWith(*actual.functionResult, whyNot)) { in IsCompatibleWith()
[all …]
H A Dtools.cpp957 } else if (lhsProcedure->IsCompatibleWith( in CheckProcCompatibility()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dpointer-assignment.cpp175 if (!lhsType_->IsCompatibleWith(context_.messages(), *frTypeAndShape, in Check()
H A Dcheck-call.cpp607 if (!interface.IsCompatibleWith(argInterface, &whyNot)) { in CheckProcedureArg()
633 if (!interface.functionResult->IsCompatibleWith( in CheckProcedureArg()