Searched refs:IsPolymorphicAllocatable (Results 1 – 5 of 5) sorted by relevance
1044 bool IsPolymorphicAllocatable(const Symbol &symbol) { in IsPolymorphicAllocatable() function1326 ultimates.begin(), ultimates.end(), IsPolymorphicAllocatable); in FindPolymorphicAllocatableUltimateComponent()1334 return IsPolymorphicAllocatable(x) && !evaluate::IsCoarray(x); in FindPolymorphicAllocatableNonCoarrayUltimateComponent()
140 return WillDeallocate(entity) && IsPolymorphicAllocatable(entity); in WillDeallocatePolymorphic()149 if (IsPolymorphicAllocatable(symbol)) { in MightDeallocatePolymorphic()
266 if (IsPolymorphicAllocatable(symbol)) { in Check()
2397 if (IsPolymorphicAllocatable(*symbol)) { in CheckCopyingPolymorphicAllocatable()
185 bool IsPolymorphicAllocatable(const Symbol &);