Lines Matching refs:IsPointer
274 return IsPointer(symbol) && IsDummy(symbol); in IsPointerDummy()
307 if (IsPointer(symbol)) { in FindPointerComponent()
355 return IsPointer(symbol) ? &symbol : FindPointerComponent(symbol.GetType()); in FindPointerComponent()
368 if (IsPointer(ultimate) && IsPureProcedure(ultimate.owner()) && in FindExternallyVisibleObject()
594 IsPointer(symbol)) { in IsInitialized()
610 IsPointer(symbol)) { in IsDestructible()
650 if (IsPointer(symbol)) { in IsFinalizable()
862 } else if (!IsPointer(symbol)) { in WhyNotModifiable()
1124 } else if (IsPointer(ultimate)) { in ClassifyProcedure()
1177 traverse = !IsPointer(component); in PlanComponentTraversal()
1214 return !IsPointer(component); in StopAtComponentPre()
1294 return std::find_if(ultimates.begin(), ultimates.end(), IsPointer); in FindPointerUltimateComponent()