Searched refs:IsDescriptor (Results 1 – 5 of 5) sorted by relevance
27 static bool IsDescriptor(const DeclTypeSpec *type) { in IsDescriptor() function36 static bool IsDescriptor(const ObjectEntityDetails &details) { in IsDescriptor() function37 if (IsDescriptor(details.type())) { in IsDescriptor()50 static bool IsDescriptor(const ProcEntityDetails &details) { in IsDescriptor() function57 bool IsDescriptor(const Symbol &symbol) { in IsDescriptor() function61 return IsAllocatableOrPointer(symbol) || IsDescriptor(d); in IsDescriptor()66 IsDescriptor(d); in IsDescriptor()68 [&](const EntityDetails &d) { return IsDescriptor(d.type()); }, in IsDescriptor()83 return d.isFunction() && IsDescriptor(d.result()); in IsDescriptor()85 [](const UseDetails &d) { return IsDescriptor(d.symbol()); }, in IsDescriptor()[all …]
247 CHECK(IsDescriptor(last));255 CHECK(IsDescriptor(last));279 if (IsDescriptor(ultimate) && !ultimate.owner().IsDerivedType()) { in SymbolLEN()
303 if (IsDescriptor(symbol)) { in GetLowerBound()312 if (IsDescriptor(resolved) && dimension_ < *assoc->rank()) { in GetLowerBound()438 if (semantics::IsDescriptor(symbol) && dimension < *assoc->rank()) { in GetExtent()463 } else if (semantics::IsDescriptor(symbol)) { in GetExtent()
317 if (IsDescriptor(symbol)) { in GetSizeAndAlignment()
40 bool IsDescriptor(const Symbol &);