Searched refs:BytesFor (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/flang/runtime/ |
D | allocatable.cpp | 20 Descriptor::BytesFor(category, kind), nullptr, rank, nullptr, in RTNAME()
|
D | descriptor.cpp | 48 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()
|
D | descriptor.h | 143 static constexpr std::size_t BytesFor(TypeCategory category, int kind) { in BytesFor() function
|