Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dtools.cpp96 auto toExtent{static_cast<std::int64_t>(to.GetDimension(j).Extent())}; in CheckConformability() local
98 if (xExtent != toExtent) { in CheckConformability()
101 funcName, j + 1, toName, toExtent, xName, xExtent); in CheckConformability()