Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtype.h235 inline bool CanBeDeferredShape() const;
417 inline bool ArraySpec::CanBeDeferredShape() const { in CanBeDeferredShape() function
H A Dsymbol.h216 bool CanBeDeferredShape() const { return shape_.CanBeDeferredShape(); } in CanBeDeferredShape() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp488 bool isDeferredCoshape{details.coshape().CanBeDeferredShape()}; in CheckObjectEntity()
703 bool canBeDeferred{arraySpec.CanBeDeferredShape()}; in CheckArraySpec()
2082 if (!objectDetails || !objectDetails->shape().CanBeDeferredShape()) { in CheckDioVlistArg()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp1423 return object && object->CanBeDeferredShape() && in IsDeferredShape()