Home
last modified time | relevance | path

Searched refs:CanBeImpliedShape (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtype.h236 inline bool CanBeImpliedShape() const;
422 inline bool ArraySpec::CanBeImpliedShape() const { in CanBeImpliedShape() function
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp30 details->shape().CanBeImpliedShape(); in IsImpliedShape()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp704 bool canBeImplied{arraySpec.CanBeImpliedShape()}; in CheckArraySpec()