Searched refs:argShape (Results 1 – 2 of 2) sorted by relevance
859 if (auto argShape{evaluate::GetShape(context, *expr)}) { in CheckElementalConformance() local860 if (GetRank(*argShape) > 0) { in CheckElementalConformance()866 *argShape, evaluate::CheckConformanceFlags::None, in CheckElementalConformance()872 shape = std::move(argShape); in CheckElementalConformance()
1594 if (std::optional<Shape> argShape{GetShape(context, *arg)}) { in Match()1599 CheckConformance(context.messages(), *arrayArgShape, *argShape, in Match()