Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dtype-code.h53 std::optional<std::pair<TypeCategory, int>> GetCategoryAndKind() const;
Dtype-code.cpp98 TypeCode::GetCategoryAndKind() const { in GetCategoryAndKind() function in Fortran::runtime::TypeCode
Ddescriptor-io.h257 } else if (auto catAndKind{descriptor.type().GetCategoryAndKind()}) { in DescriptorIO()