Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dcharacter.cpp592 std::size_t fromBytes{from.ElementBytes()}; in RTNAME() local
593 accumulator.raw().elem_len += fromBytes; in RTNAME()
608 std::memcpy(to + oldBytes, from.Element<char>(fromAt), fromBytes); in RTNAME()