Home
last modified time | relevance | path

Searched refs:IsPolymorphicAllocatable (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp1044 bool IsPolymorphicAllocatable(const Symbol &symbol) { in IsPolymorphicAllocatable() function
1326 ultimates.begin(), ultimates.end(), IsPolymorphicAllocatable); in FindPolymorphicAllocatableUltimateComponent()
1334 return IsPolymorphicAllocatable(x) && !evaluate::IsCoarray(x); in FindPolymorphicAllocatableNonCoarrayUltimateComponent()
H A Dcheck-do-forall.cpp140 return WillDeallocate(entity) && IsPolymorphicAllocatable(entity); in WillDeallocatePolymorphic()
149 if (IsPolymorphicAllocatable(symbol)) { in MightDeallocatePolymorphic()
H A Dcheck-declarations.cpp266 if (IsPolymorphicAllocatable(symbol)) { in Check()
H A Dcheck-omp-structure.cpp2397 if (IsPolymorphicAllocatable(*symbol)) { in CheckCopyingPolymorphicAllocatable()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h185 bool IsPolymorphicAllocatable(const Symbol &);