Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dcharacter.cpp101 std::size_t xChars{x.ElementBytes() >> shift<CHAR>}; in Compare()
102 std::size_t yChars{y.ElementBytes() >> shift<char>}; in Compare()
147 std::size_t elementBytes{string.ElementBytes()}; in AdjustLRHelper()
203 std::size_t stringElementChars{string.ElementBytes() >> shift<CHAR>}; in LenTrim()
264 std::size_t accumChars{accumulator.ElementBytes() >> shift<CHAR>}; in MaxMinHelper()
265 std::size_t xChars{x.ElementBytes() >> shift<CHAR>}; in MaxMinHelper()
364 std::size_t oldBytes{accumulator.ElementBytes()}; in RTNAME()
367 std::size_t fromBytes{from.ElementBytes()}; in RTNAME()
369 std::size_t newBytes{accumulator.ElementBytes()}; in RTNAME()
390 std::size_t oldLen{accumulator.ElementBytes()}; in RTNAME()
[all …]
Dtransformational.cpp47 std::size_t shapeElementBytes{shape.ElementBytes()}; in RESHAPE()
60 std::size_t elementBytes{source.ElementBytes()}; in RESHAPE()
65 RUNTIME_CHECK(terminator, pad->ElementBytes() == elementBytes); in RESHAPE()
Dderived.cpp44 std::size_t byteStride{descriptor.ElementBytes()}; in CallFinalSubroutine()
82 std::size_t byteStride{descriptor.ElementBytes()}; in Destroy()
Ddescriptor.cpp115 std::size_t byteSize{Elements() * ElementBytes()}; in Allocate()
124 std::size_t stride{ElementBytes()}; in Allocate()
135 int result{ISO::CFI_allocate(&raw_, lb, ub, ElementBytes())}; in Allocate()
Dstat.cpp64 std::size_t bufferLength{errmsg->ElementBytes()}; in ToErrmsg()
Ddescriptor.h182 std::size_t ElementBytes() const { return raw_.elem_len; } in ElementBytes() function
292 auto bytes{static_cast<SubscriptValue>(ElementBytes())};
Ddescriptor-io.h144 std::size_t length{descriptor.ElementBytes() / sizeof(A)}; in FormattedCharacterIO()
225 std::size_t elementBytes{descriptor.ElementBytes()}; in DescriptorIO()
Dinternal-unit.cpp38 recordLength = d.ElementBytes(); in InternalDescriptorUnit()
/external/llvm-project/flang/unittests/Evaluate/
Dreshape.cpp16 MATCH(sizeof(std::int32_t), source->ElementBytes()); in main()
58 MATCH(sizeof(std::int32_t), result->ElementBytes()); in main()
DISO-Fortran-binding.cpp118 MATCH(elem_len, res->ElementBytes()); in check_CFI_establish()
/external/llvm-project/flang/unittests/Runtime/
Dhello.cpp51 section.Establish(whole.type(), whole.ElementBytes(), nullptr, 1, extent, in multiline()