Searched refs:CanBeAssumedShape (Results 1 – 4 of 4) sorted by relevance
234 inline bool CanBeAssumedShape() const;414 inline bool ArraySpec::CanBeAssumedShape() const { in CanBeAssumedShape() function
213 bool CanBeAssumedShape() const { in CanBeAssumedShape() function214 return isDummy() && shape_.CanBeAssumedShape(); in CanBeAssumedShape()
1416 return object && object->CanBeAssumedShape() && in IsAssumedShape()
705 bool canBeAssumedShape{arraySpec.CanBeAssumedShape()}; in CheckArraySpec()