Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-select-type.cpp223 return (*x.guardType()).IsTkCompatibleWith((*y.guardType())); in AreTypeKindCompatible()
Dcheck-call.cpp149 bool typesCompatible{dummy.type.type().IsTkCompatibleWith(actualType.type())}; in CheckExplicitDataArg()
443 if (!actualType.type().IsTkCompatibleWith(dummy.type.type())) { in CheckExplicitDataArg()
Dpointer-assignment.cpp222 if (!lhsType_->type().IsTkCompatibleWith(rhsType->type())) { in Check()
Dexpression.cpp1853 return dummyTypeAndShape.type().IsTkCompatibleWith(*actualType); in CheckCompatibleArgument()
/external/llvm-project/flang/lib/Evaluate/
Dtype.cpp320 bool DynamicType::IsTkCompatibleWith(const DynamicType &that) const { in IsTkCompatibleWith() function in Fortran::evaluate::DynamicType
Dcharacteristics.cpp154 if (!type_.IsTkCompatibleWith(that.type_)) { in IsCompatibleWith()
1049 return x.type().IsTkCompatibleWith(y.type()) && in IsTkrCompatible()
Dintrinsics.cpp1240 argOk = type->IsTkCompatibleWith(sameArg->GetType().value()); in Match()
1989 ok = pointerType->IsTkCompatibleWith(*targetType); in CheckAssociated()
/external/llvm-project/flang/include/flang/Evaluate/
Dtype.h174 bool IsTkCompatibleWith(const DynamicType &) const;