Searched refs:sameElementShape (Results 1 – 2 of 2) sorted by relevance
2050 return basicType == right.basicType && sameElementShape(right); in sameElementType()2068 bool sameElementShape(const TType& right) const in sameElementShape() function
5901 ! function[i].type->sameElementShape(*call[i].type)) in findFunction120()5990 if (from.isArray() || to.isArray() || ! from.sameElementShape(to)) in findFunction400()6055 if (from.isArray() || to.isArray() || ! from.sameElementShape(to)) in findFunctionExplicitTypes()