Searched refs:GetCategoryAndKind (Results 1 – 3 of 3) sorted by relevance
53 std::optional<std::pair<TypeCategory, int>> GetCategoryAndKind() const;
98 TypeCode::GetCategoryAndKind() const { in GetCategoryAndKind() function in Fortran::runtime::TypeCode
257 } else if (auto catAndKind{descriptor.type().GetCategoryAndKind()}) { in DescriptorIO()