Searched refs:ShapesAreCompatible (Results 1 – 3 of 3) sorted by relevance
56 bool ShapesAreCompatible(const Shape &, const Shape &);
862 bool ShapesAreCompatible(const DummyDataObject &, const DummyDataObject &);2335 } else if (!ShapesAreCompatible(obj1, obj2)) { in CheckDummyDataObject()2401 bool SubprogramMatchHelper::ShapesAreCompatible( in ShapesAreCompatible() function in Fortran::semantics::SubprogramMatchHelper2403 return characteristics::ShapesAreCompatible( in ShapesAreCompatible()
41 bool ShapesAreCompatible(const Shape &x, const Shape &y) { in ShapesAreCompatible() function60 return type_ == that.type_ && ShapesAreCompatible(shape_, that.shape_) && in operator ==()