Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dtype-info.cpp32 std::size_t Component::GetElementByteSize(const Descriptor &instance) const { in GetElementByteSize() function in Fortran::runtime::typeInfo::Component
78 return GetElementByteSize(instance) * GetElements(instance); in SizeInBytes()
H A Dtype-info.h78 std::size_t GetElementByteSize(const Descriptor &) const;