Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dtype-info.cpp92 std::size_t lengthInChars{0}; in EstablishDescriptor() local
94 lengthInChars = static_cast<std::size_t>(*length); in EstablishDescriptor()
99 descriptor.Establish(kind_, lengthInChars, nullptr, rank_); in EstablishDescriptor()