Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dcharacter.cpp406 std::size_t rhsBytes{rhs.ElementBytes()}; in RTNAME() local
408 (lhs.raw().base_addr == nullptr || lhsBytes != rhsBytes)}; in RTNAME()
435 lhs.raw().elem_len = lhsBytes = rhsBytes; in RTNAME()
452 rhsBytes); in RTNAME()
459 lhsBytes, rhsBytes >> 1); in RTNAME()
466 lhsBytes, rhsBytes >> 2); in RTNAME()
480 lhsBytes >> 1, rhsBytes); in RTNAME()
487 lhsBytes >> 1, rhsBytes >> 1); in RTNAME()
494 lhsBytes >> 1, rhsBytes >> 2); in RTNAME()
508 lhsBytes >> 2, rhsBytes); in RTNAME()
[all …]
Dcharacter.h73 std::size_t offset, const char *rhs, std::size_t rhsBytes);