Home
last modified time | relevance | path

Searched refs:IsExplicitShape (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtype.h233 inline bool IsExplicitShape() const;
411 inline bool ArraySpec::IsExplicitShape() const { in IsExplicitShape() function
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dshape.h39 bool IsExplicitShape(const Symbol &);
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp33 bool IsExplicitShape(const Symbol &original) { in IsExplicitShape() function
38 shape.IsExplicitShape(); // true when scalar, too in IsExplicitShape()
H A Dcheck-expression.cpp453 if (IsExplicitShape(symbol)) { in NonPointerInitializationExpr()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DBoxAnalyzer.h236 return det && det->IsArray() && det->shape().IsExplicitShape(); in isExplicitShape()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp459 if (details.IsArray() && details.shape().IsExplicitShape()) { in CheckAssumedTypeEntity()
702 bool isExplicit{arraySpec.IsExplicitShape()}; in CheckArraySpec()
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp255 if (objectDetails->shape().IsExplicitShape()) in walkResultExtents()
H A DPFTBuilder.cpp1821 if (objectDetails->shape().IsExplicitShape()) in visitSymbol()