Searched refs:ElementBytes (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/flang/runtime/ |
D | character.cpp | 101 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 …]
|
D | transformational.cpp | 47 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()
|
D | derived.cpp | 44 std::size_t byteStride{descriptor.ElementBytes()}; in CallFinalSubroutine() 82 std::size_t byteStride{descriptor.ElementBytes()}; in Destroy()
|
D | descriptor.cpp | 115 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()
|
D | stat.cpp | 64 std::size_t bufferLength{errmsg->ElementBytes()}; in ToErrmsg()
|
D | descriptor.h | 182 std::size_t ElementBytes() const { return raw_.elem_len; } in ElementBytes() function 292 auto bytes{static_cast<SubscriptValue>(ElementBytes())};
|
D | descriptor-io.h | 144 std::size_t length{descriptor.ElementBytes() / sizeof(A)}; in FormattedCharacterIO() 225 std::size_t elementBytes{descriptor.ElementBytes()}; in DescriptorIO()
|
D | internal-unit.cpp | 38 recordLength = d.ElementBytes(); in InternalDescriptorUnit()
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | reshape.cpp | 16 MATCH(sizeof(std::int32_t), source->ElementBytes()); in main() 58 MATCH(sizeof(std::int32_t), result->ElementBytes()); in main()
|
D | ISO-Fortran-binding.cpp | 118 MATCH(elem_len, res->ElementBytes()); in check_CFI_establish()
|
/external/llvm-project/flang/unittests/Runtime/ |
D | hello.cpp | 51 section.Establish(whole.type(), whole.ElementBytes(), nullptr, 1, extent, in multiline()
|