Searched refs:ClassStar (Results 1 – 10 of 10) sorted by relevance
85 type_->category() == DeclTypeSpec::Category::ClassStar; in GatherAllocationBasicInfo()269 if (type1.category() == DeclTypeSpec::Category::ClassStar) { in IsTypeCompatible()288 if (type1.category() == DeclTypeSpec::Category::ClassStar) { in IsTypeCompatible()377 if (type1.category() == DeclTypeSpec::Category::ClassStar) { in HaveCompatibleKindParameters()394 if (type1.category() == DeclTypeSpec::Category::ClassStar) { in HaveCompatibleKindParameters()
365 } else if (type->category() == DeclTypeSpec::ClassStar) { in InstantiateType()599 CHECK(category == TypeStar || category == ClassStar);640 case ClassStar: in AsFortran()
185 return MakeLengthlessType(DeclTypeSpec{DeclTypeSpec::ClassStar}); in MakeClassStarType()
316 void Post(const parser::DeclarationTypeSpec::ClassStar &);1657 void DeclTypeSpecVisitor::Post(const parser::DeclarationTypeSpec::ClassStar &) { in Post() argument4519 if (type->category() == DeclTypeSpec::ClassStar) { in CheckCommonBlocks()
311 ClassStar enumerator335 return category_ == TypeStar || category_ == ClassStar; in IsUnlimitedPolymorphic()
353 } else if (type.category() == semantics::DeclTypeSpec::ClassStar) { in From()
186 construct<DeclarationTypeSpec::ClassStar>())) ||
138 void Post(const DeclarationTypeSpec::ClassStar &) { Word("CLASS(*)"); } in Post() argument
225 NODE(DeclarationTypeSpec, ClassStar) in NODE()
744 EMPTY_CLASS(ClassStar);747 std::variant<IntrinsicTypeSpec, Type, Class, ClassStar, TypeStar, Record> u;