Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp877 } else if (const auto *ifaceTypeShape{std::get_if<TypeAndShape>(&u)}) { in IsCompatibleWith() local
879 if (ifaceTypeShape->Rank() != actualTypeShape->Rank()) { in IsCompatibleWith()
884 ifaceTypeShape->shape() != actualTypeShape->shape()) { in IsCompatibleWith()
888 } else if (!ifaceTypeShape->type().IsTkCompatibleWith( in IsCompatibleWith()
892 ifaceTypeShape->type().AsFortran() + " vs "s + in IsCompatibleWith()