Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h56 bool ShapesAreCompatible(const Shape &, const Shape &);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp862 bool ShapesAreCompatible(const DummyDataObject &, const DummyDataObject &);
2335 } else if (!ShapesAreCompatible(obj1, obj2)) { in CheckDummyDataObject()
2401 bool SubprogramMatchHelper::ShapesAreCompatible( in ShapesAreCompatible() function in Fortran::semantics::SubprogramMatchHelper
2403 return characteristics::ShapesAreCompatible( in ShapesAreCompatible()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp41 bool ShapesAreCompatible(const Shape &x, const Shape &y) { in ShapesAreCompatible() function
60 return type_ == that.type_ && ShapesAreCompatible(shape_, that.shape_) && in operator ==()