Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dallocatable.cpp20 Descriptor::BytesFor(category, kind), nullptr, rank, nullptr, in RTNAME()
Ddescriptor.cpp48 Establish(TypeCode(c, kind), BytesFor(c, kind), p, rank, extent, attribute, in Establish()
82 TypeCode(c, kind), BytesFor(c, kind), p, rank, extent, attribute); in Create()
Ddescriptor.h143 static constexpr std::size_t BytesFor(TypeCategory category, int kind) { in BytesFor() function