Home
last modified time | relevance | path

Searched refs:argShape (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-call.cpp859 if (auto argShape{evaluate::GetShape(context, *expr)}) { in CheckElementalConformance() local
860 if (GetRank(*argShape) > 0) { in CheckElementalConformance()
866 *argShape, evaluate::CheckConformanceFlags::None, in CheckElementalConformance()
872 shape = std::move(argShape); in CheckElementalConformance()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp1594 if (std::optional<Shape> argShape{GetShape(context, *arg)}) { in Match()
1599 CheckConformance(context.messages(), *arrayArgShape, *argShape, in Match()