Searched refs:IsCompatibleWith (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | characteristics.h | 148 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 D | characteristics.cpp | 151 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 D | tools.cpp | 957 } else if (lhsProcedure->IsCompatibleWith( in CheckProcCompatibility()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | pointer-assignment.cpp | 175 if (!lhsType_->IsCompatibleWith(context_.messages(), *frTypeAndShape, in Check()
|
| H A D | check-call.cpp | 607 if (!interface.IsCompatibleWith(argInterface, &whyNot)) { in CheckProcedureArg() 633 if (!interface.functionResult->IsCompatibleWith( in CheckProcedureArg()
|