Home
last modified time | relevance | path

Searched refs:IsAllocatableOrPointer (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-deallocate.cpp29 } else if (!IsAllocatableOrPointer(*symbol)) { // C932 in Leave()
39 if (!IsAllocatableOrPointer( in Leave()
Dcheck-select-rank.cpp89 IsAllocatableOrPointer(*saveSelSymbol)) { // C1155 in Leave()
Dtools.cpp1087 traverse = !IsAllocatableOrPointer(component); in PlanComponentTraversal()
1089 traverse = !IsAllocatableOrPointer(component); in PlanComponentTraversal()
1093 traverse = !IsAllocatableOrPointer(component); in PlanComponentTraversal()
1124 IsAllocatableOrPointer(component) || in StopAtComponentPre()
Dresolve-names-utils.cpp574 *derived, IsAllocatableOrPointer)}) { // C8106 in CheckObject()
690 if (IsAllocatableOrPointer(component) || in IsSequenceType()
Dcheck-allocate.cpp425 if (!IsAllocatableOrPointer(*symbol_)) { // C932 in RunChecks()
Dcheck-declarations.cpp508 !(type->IsAssumedType() || IsAllocatableOrPointer(symbol) || in CheckObjectEntity()
582 } else if (IsAllocatableOrPointer(symbol) && !isDeferred && !isAssumedRank) { in CheckArraySpec()
618 } else if (!IsAllocatableOrPointer(symbol) && !isExplicit) { in CheckArraySpec()
Dtype.cpp236 IsAllocatableOrPointer(symbol))) { in Instantiate()
/external/llvm-project/flang/lib/Evaluate/
Dfold-designator.cpp271 if (IsAllocatableOrPointer(symbol)) { in OffsetToDataRef()
317 if (IsAllocatableOrPointer(symbol)) { in OffsetToDesignator()
Dtype.cpp62 return IsAllocatableOrPointer(symbol) || IsDescriptor(d); in IsDescriptor()
Dintrinsics.cpp1768 if (IsAllocatableOrPointer(*mold)) { in HandleNull()
/external/llvm-project/flang/include/flang/Semantics/
Dtools.h131 inline bool IsAllocatableOrPointer(const Symbol &symbol) { in IsAllocatableOrPointer() function
/external/llvm-project/flang/include/flang/Evaluate/
Dtools.h771 template <typename A> bool IsAllocatableOrPointer(const A &x) { in IsAllocatableOrPointer() function