Home
last modified time | relevance | path

Searched refs:IsDeferredShape (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/include/flang/Semantics/
Dtype.h222 inline bool IsDeferredShape() const;
394 inline bool ArraySpec::IsDeferredShape() const { in IsDeferredShape() function
Dsymbol.h183 bool IsDeferredShape() const { in IsDeferredShape() function
184 return !isDummy() && shape_.IsDeferredShape(); in IsDeferredShape()
/external/llvm-project/flang/lib/Semantics/
Dcheck-declarations.cpp417 bool isDeferredShape{details.coshape().IsDeferredShape()}; in CheckObjectEntity()
573 bool isDeferred{arraySpec.IsDeferredShape()}; in CheckArraySpec()
/external/llvm-project/flang/lib/Evaluate/
Dcharacteristics.cpp195 if (object.IsDeferredShape()) { in AcquireShape()