Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dtransformational.cpp449 SubscriptValue orderSubscript{order->GetDimension(0).LowerBound()}; in RTNAME() local
451 for (SubscriptValue j{0}; j < resultRank; ++j, ++orderSubscript) { in RTNAME()
452 auto k{GetInt64(order->Element<char>(&orderSubscript), orderElementBytes, in RTNAME()