Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp878 if (const auto *actualTypeShape{std::get_if<TypeAndShape>(&actual.u)}) { in IsCompatibleWith() local
879 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()