Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dshape.cpp25 bool IsImpliedShape(const Symbol &symbol0) { in IsImpliedShape() function
29 details->shape().IsImpliedShape(); in IsImpliedShape()
263 if (IsImpliedShape(symbol)) { in GetExtent()
396 if (IsImpliedShape(symbol)) { in operator ()()
Dcheck-expression.cpp306 if (IsImpliedShape(symbol)) { in NonPointerInitializationExpr()
/external/llvm-project/flang/include/flang/Semantics/
Dtype.h223 inline bool IsImpliedShape() const;
399 inline bool ArraySpec::IsImpliedShape() const { in IsImpliedShape() function
/external/llvm-project/flang/include/flang/Evaluate/
Dshape.h37 bool IsImpliedShape(const Symbol &);
/external/llvm-project/flang/lib/Semantics/
Dcheck-declarations.cpp574 bool isImplied{arraySpec.IsImpliedShape()}; in CheckArraySpec()