Searched refs:IsAllocatableOrPointer (Results 1 – 12 of 12) sorted by relevance
29 } else if (!IsAllocatableOrPointer(*symbol)) { // C932 in Leave()39 if (!IsAllocatableOrPointer( in Leave()
89 IsAllocatableOrPointer(*saveSelSymbol)) { // C1155 in Leave()
1087 traverse = !IsAllocatableOrPointer(component); in PlanComponentTraversal()1089 traverse = !IsAllocatableOrPointer(component); in PlanComponentTraversal()1093 traverse = !IsAllocatableOrPointer(component); in PlanComponentTraversal()1124 IsAllocatableOrPointer(component) || in StopAtComponentPre()
574 *derived, IsAllocatableOrPointer)}) { // C8106 in CheckObject()690 if (IsAllocatableOrPointer(component) || in IsSequenceType()
425 if (!IsAllocatableOrPointer(*symbol_)) { // C932 in RunChecks()
508 !(type->IsAssumedType() || IsAllocatableOrPointer(symbol) || in CheckObjectEntity()582 } else if (IsAllocatableOrPointer(symbol) && !isDeferred && !isAssumedRank) { in CheckArraySpec()618 } else if (!IsAllocatableOrPointer(symbol) && !isExplicit) { in CheckArraySpec()
236 IsAllocatableOrPointer(symbol))) { in Instantiate()
271 if (IsAllocatableOrPointer(symbol)) { in OffsetToDataRef()317 if (IsAllocatableOrPointer(symbol)) { in OffsetToDesignator()
62 return IsAllocatableOrPointer(symbol) || IsDescriptor(d); in IsDescriptor()
1768 if (IsAllocatableOrPointer(*mold)) { in HandleNull()
131 inline bool IsAllocatableOrPointer(const Symbol &symbol) { in IsAllocatableOrPointer() function
771 template <typename A> bool IsAllocatableOrPointer(const A &x) { in IsAllocatableOrPointer() function