Searched refs:IsDeferredShape (Results 1 – 4 of 4) sorted by relevance
222 inline bool IsDeferredShape() const;394 inline bool ArraySpec::IsDeferredShape() const { in IsDeferredShape() function
183 bool IsDeferredShape() const { in IsDeferredShape() function184 return !isDummy() && shape_.IsDeferredShape(); in IsDeferredShape()
417 bool isDeferredShape{details.coshape().IsDeferredShape()}; in CheckObjectEntity()573 bool isDeferred{arraySpec.IsDeferredShape()}; in CheckArraySpec()
195 if (object.IsDeferredShape()) { in AcquireShape()