Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dtype.h220 inline bool IsExplicitShape() const;
388 inline bool ArraySpec::IsExplicitShape() const { in IsExplicitShape() function
/external/llvm-project/flang/include/flang/Evaluate/
Dshape.h38 bool IsExplicitShape(const Symbol &);
/external/llvm-project/flang/lib/Evaluate/
Dshape.cpp32 bool IsExplicitShape(const Symbol &symbol0) { in IsExplicitShape() function
36 return shape.Rank() == 0 || shape.IsExplicitShape(); // even if scalar in IsExplicitShape()
Dcheck-expression.cpp328 if (IsExplicitShape(symbol)) { in NonPointerInitializationExpr()
/external/llvm-project/flang/lib/Semantics/
Dcheck-declarations.cpp399 if (details.IsArray() && details.shape().IsExplicitShape()) { in CheckAssumedTypeEntity()
572 bool isExplicit{arraySpec.IsExplicitShape()}; in CheckArraySpec()