Searched refs:actualTypeShape (Results 1 – 1 of 1) sorted by relevance
878 if (const auto *actualTypeShape{std::get_if<TypeAndShape>(&actual.u)}) { in IsCompatibleWith() local879 if (ifaceTypeShape->Rank() != actualTypeShape->Rank()) { in IsCompatibleWith()884 ifaceTypeShape->shape() != actualTypeShape->shape()) { in IsCompatibleWith()889 actualTypeShape->type())) { in IsCompatibleWith()893 actualTypeShape->type().AsFortran(); in IsCompatibleWith()