Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtype.h234 inline bool CanBeAssumedShape() const;
414 inline bool ArraySpec::CanBeAssumedShape() const { in CanBeAssumedShape() function
H A Dsymbol.h213 bool CanBeAssumedShape() const { in CanBeAssumedShape() function
214 return isDummy() && shape_.CanBeAssumedShape(); in CanBeAssumedShape()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp1416 return object && object->CanBeAssumedShape() && in IsAssumedShape()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp705 bool canBeAssumedShape{arraySpec.CanBeAssumedShape()}; in CheckArraySpec()