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