Home
last modified time | relevance | path

Searched refs:IsTkCompatibleWith (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp155 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()
H A Dtype.cpp340 bool DynamicType::IsTkCompatibleWith(const DynamicType &that) const { in IsTkCompatibleWith() function in Fortran::evaluate::DynamicType
H A Dintrinsics.cpp1444 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()
H A Dtools.cpp666 if (type.IsTkCompatibleWith(*fromType)) { in ConvertToType()
1580 return xDt->IsTkCompatibleWith(*yDt); in AreTkCompatibleTypes()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-select-type.cpp223 return (*x.guardType()).IsTkCompatibleWith((*y.guardType())); in AreTypeKindCompatible()
H A Dpointer-assignment.cpp227 if (!lhsType_->type().IsTkCompatibleWith(rhsType->type())) { in Check()
H A Dcheck-call.cpp178 bool typesCompatible{dummy.type.type().IsTkCompatibleWith(actualType.type())}; in CheckExplicitDataArg()
496 if (!actualType.type().IsTkCompatibleWith(dummy.type.type())) { in CheckExplicitDataArg()
H A Dtools.cpp117 return lhsType && rhsType && lhsType->IsTkCompatibleWith(*rhsType); in MightBeSameDerivedType()
1548 if (dyDummy->IsTkCompatibleWith(dyDerived)) { in HasDefinedIo()
H A Dexpression.cpp1443 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()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtype.h187 bool IsTkCompatibleWith(const DynamicType &) const;