Searched refs:IsTkCompatibleWith (Results 1 – 10 of 10) sorted by relevance
155 if (!type_.IsTkCompatibleWith(that.type_)) { in IsCompatibleWith()274 if (!type.type().IsTkCompatibleWith(actual.type.type())) { in IsCompatibleWith()888 } else if (!ifaceTypeShape->type().IsTkCompatibleWith( in IsCompatibleWith()1380 return x.type().IsTkCompatibleWith(y.type()) && in IsTkrCompatible()
340 bool DynamicType::IsTkCompatibleWith(const DynamicType &that) const { in IsTkCompatibleWith() function in Fortran::evaluate::DynamicType
1444 argOk = type->IsTkCompatibleWith(sameArg->GetType().value()); in Match()2318 ok = pointerType->IsTkCompatibleWith(*targetType); in CheckAssociated()2475 !arrayType->IsTkCompatibleWith(result->type())) { in ApplySpecificChecks()2500 data[j]->type.type().IsTkCompatibleWith(*arrayType); in ApplySpecificChecks()
666 if (type.IsTkCompatibleWith(*fromType)) { in ConvertToType()1580 return xDt->IsTkCompatibleWith(*yDt); in AreTkCompatibleTypes()
223 return (*x.guardType()).IsTkCompatibleWith((*y.guardType())); in AreTypeKindCompatible()
227 if (!lhsType_->type().IsTkCompatibleWith(rhsType->type())) { in Check()
178 bool typesCompatible{dummy.type.type().IsTkCompatibleWith(actualType.type())}; in CheckExplicitDataArg()496 if (!actualType.type().IsTkCompatibleWith(dummy.type.type())) { in CheckExplicitDataArg()
117 return lhsType && rhsType && lhsType->IsTkCompatibleWith(*rhsType); in MightBeSameDerivedType()1548 if (dyDummy->IsTkCompatibleWith(dyDerived)) { in HasDefinedIo()
1443 if (type_->IsTkCompatibleWith(xType) && xType.IsTkCompatibleWith(*type_)) { in Push()2070 return x.type.type().IsTkCompatibleWith(*actualType); in CheckCompatibleArgument()2371 if (!declared->type().IsTkCompatibleWith(typeAndShape->type())) { in CheckBadExplicitType()
187 bool IsTkCompatibleWith(const DynamicType &) const;