Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dcharacter.cpp344 SubscriptValue lb[maxRank], ub[maxRank], fromAt[maxRank]; in RTNAME() local
362 fromAt[j] = 1; in RTNAME()
377 to += newBytes, p += oldBytes, from.IncrementSubscripts(fromAt)) { in RTNAME()
379 std::memcpy(to + oldBytes, from.Element<char>(fromAt), fromBytes); in RTNAME()