Home
last modified time | relevance | path

Searched refs:ClassStar (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-allocate.cpp85 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()
H A Dtype.cpp485 } else if (type->category() == DeclTypeSpec::ClassStar) { in InstantiateType()
738 CHECK(category == TypeStar || category == ClassStar);
786 case ClassStar: in AsFortran()
H A Dscope.cpp185 return MakeLengthlessType(DeclTypeSpec{DeclTypeSpec::ClassStar}); in MakeClassStarType()
H A Dresolve-names.cpp319 void Post(const parser::DeclarationTypeSpec::ClassStar &);
1837 void DeclTypeSpecVisitor::Post(const parser::DeclarationTypeSpec::ClassStar &) { in Post() argument
5411 if (type->category() == DeclTypeSpec::ClassStar) { in CheckCommonBlocks()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtype.h334 ClassStar enumerator
358 return category_ == TypeStar || category_ == ClassStar; in IsUnlimitedPolymorphic()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtype.cpp387 } else if (type.category() == semantics::DeclTypeSpec::ClassStar) { in From()
/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp186 construct<DeclarationTypeSpec::ClassStar>())) ||
H A Dunparse.cpp147 void Post(const DeclarationTypeSpec::ClassStar &) { Word("CLASS(*)"); } in Post() argument
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h233 NODE(DeclarationTypeSpec, ClassStar) in NODE()
H A Dparse-tree.h746 EMPTY_CLASS(ClassStar);
749 std::variant<IntrinsicTypeSpec, Type, Class, ClassStar, TypeStar, Record> u;