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()
485 } else if (type->category() == DeclTypeSpec::ClassStar) { in InstantiateType()738 CHECK(category == TypeStar || category == ClassStar);786 case ClassStar: in AsFortran()
185 return MakeLengthlessType(DeclTypeSpec{DeclTypeSpec::ClassStar}); in MakeClassStarType()
319 void Post(const parser::DeclarationTypeSpec::ClassStar &);1837 void DeclTypeSpecVisitor::Post(const parser::DeclarationTypeSpec::ClassStar &) { in Post() argument5411 if (type->category() == DeclTypeSpec::ClassStar) { in CheckCommonBlocks()
334 ClassStar enumerator358 return category_ == TypeStar || category_ == ClassStar; in IsUnlimitedPolymorphic()
387 } else if (type.category() == semantics::DeclTypeSpec::ClassStar) { in From()
186 construct<DeclarationTypeSpec::ClassStar>())) ||
147 void Post(const DeclarationTypeSpec::ClassStar &) { Word("CLASS(*)"); } in Post() argument
233 NODE(DeclarationTypeSpec, ClassStar) in NODE()
746 EMPTY_CLASS(ClassStar);749 std::variant<IntrinsicTypeSpec, Type, Class, ClassStar, TypeStar, Record> u;