Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp261 static bool AreCompatibleDummyDataObjectShapes(const Shape &x, const Shape &y) { in AreCompatibleDummyDataObjectShapes() function
268 if (!AreCompatibleDummyDataObjectShapes(type.shape(), actual.type.shape())) { in IsCompatibleWith()