Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dcharacter.cpp589 std::size_t oldBytes{accumulator.ElementBytes()}; in RTNAME() local
606 to += newBytes, p += oldBytes, from.IncrementSubscripts(fromAt)) { in RTNAME()
607 std::memcpy(to, p, oldBytes); in RTNAME()
608 std::memcpy(to + oldBytes, from.Element<char>(fromAt), fromBytes); in RTNAME()