Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dcharacter.cpp82 SubscriptValue xUB{x.GetDimension(j).Extent()}; in Compare() local
84 if (xUB != yUB) { in Compare()
87 j + 1, static_cast<std::intmax_t>(xUB), in Compare()
90 ub[j] = xUB; in Compare()