Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
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()
Dtype.cpp365 } else if (type->category() == DeclTypeSpec::ClassStar) { in InstantiateType()
599 CHECK(category == TypeStar || category == ClassStar);
640 case ClassStar: in AsFortran()
Dscope.cpp185 return MakeLengthlessType(DeclTypeSpec{DeclTypeSpec::ClassStar}); in MakeClassStarType()
Dresolve-names.cpp316 void Post(const parser::DeclarationTypeSpec::ClassStar &);
1657 void DeclTypeSpecVisitor::Post(const parser::DeclarationTypeSpec::ClassStar &) { in Post() argument
4519 if (type->category() == DeclTypeSpec::ClassStar) { in CheckCommonBlocks()
/external/llvm-project/flang/include/flang/Semantics/
Dtype.h311 ClassStar enumerator
335 return category_ == TypeStar || category_ == ClassStar; in IsUnlimitedPolymorphic()
/external/llvm-project/flang/lib/Evaluate/
Dtype.cpp353 } else if (type.category() == semantics::DeclTypeSpec::ClassStar) { in From()
/external/llvm-project/flang/lib/Parser/
DFortran-parsers.cpp186 construct<DeclarationTypeSpec::ClassStar>())) ||
Dunparse.cpp138 void Post(const DeclarationTypeSpec::ClassStar &) { Word("CLASS(*)"); } in Post() argument
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h225 NODE(DeclarationTypeSpec, ClassStar) in NODE()
Dparse-tree.h744 EMPTY_CLASS(ClassStar);
747 std::variant<IntrinsicTypeSpec, Type, Class, ClassStar, TypeStar, Record> u;