Searched refs:IsTkCompatibleWith (Results 1 – 8 of 8) sorted by relevance
223 return (*x.guardType()).IsTkCompatibleWith((*y.guardType())); in AreTypeKindCompatible()
149 bool typesCompatible{dummy.type.type().IsTkCompatibleWith(actualType.type())}; in CheckExplicitDataArg()443 if (!actualType.type().IsTkCompatibleWith(dummy.type.type())) { in CheckExplicitDataArg()
222 if (!lhsType_->type().IsTkCompatibleWith(rhsType->type())) { in Check()
1853 return dummyTypeAndShape.type().IsTkCompatibleWith(*actualType); in CheckCompatibleArgument()
320 bool DynamicType::IsTkCompatibleWith(const DynamicType &that) const { in IsTkCompatibleWith() function in Fortran::evaluate::DynamicType
154 if (!type_.IsTkCompatibleWith(that.type_)) { in IsCompatibleWith()1049 return x.type().IsTkCompatibleWith(y.type()) && in IsTkrCompatible()
1240 argOk = type->IsTkCompatibleWith(sameArg->GetType().value()); in Match()1989 ok = pointerType->IsTkCompatibleWith(*targetType); in CheckAssociated()
174 bool IsTkCompatibleWith(const DynamicType &) const;