Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Ddescriptor.cpp63 Establish(TypeCode(c, kind), BytesFor(c, kind), p, rank, extent, attribute, in Establish()
98 TypeCode(c, kind), BytesFor(c, kind), p, rank, extent, attribute); in Create()
H A Dallocatable.cpp23 Descriptor::BytesFor(category, kind), nullptr, rank, nullptr, in RTNAME()
H A Dpointer.cpp23 Descriptor::BytesFor(category, kind), nullptr, rank, nullptr, in RTNAME()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Ddescriptor.h148 static constexpr std::size_t BytesFor(TypeCategory category, int kind) { in BytesFor() function