Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dtransformational.cpp93 std::size_t elementLen{result.ElementBytes()}; in DefaultInitialize() local
119 std::size_t elementLen{source.ElementBytes()}; in AllocateResult() local
133 return elementLen; in AllocateResult()
214 std::size_t elementLen{ in RTNAME() local
221 if (boundary->ElementBytes() != elementLen) { in RTNAME()
224 boundary->ElementBytes(), elementLen); in RTNAME()
289 std::size_t elementLen{ in RTNAME() local
297 boundary->ElementBytes(), elementLen); in RTNAME()
559 std::size_t elementLen{ in RTNAME() local
562 if (vector.ElementBytes() != elementLen) { in RTNAME()
[all …]