Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dshape.cpp201 for (const auto &shapeSpec : details->shape()) { in operator ()() local
203 if (const auto &bound{shapeSpec.lbound().GetExplicit()}) { in operator ()()
226 for (const auto &shapeSpec : details->shape()) { in operator ()() local
228 if (const auto &bound{shapeSpec.lbound().GetExplicit()}) { in operator ()()
268 for (const auto &shapeSpec : details->shape()) { in GetExtent() local
270 if (shapeSpec.ubound().isExplicit()) { in GetExtent()
271 if (const auto &ubound{shapeSpec.ubound().GetExplicit()}) { in GetExtent()
272 if (const auto &lbound{shapeSpec.lbound().GetExplicit()}) { in GetExtent()
342 for (const auto &shapeSpec : details->shape()) { in GetUpperBound() local
344 if (const auto &bound{shapeSpec.ubound().GetExplicit()}) { in GetUpperBound()
[all …]
Dtype.cpp41 for (const ShapeSpec &shapeSpec : details.shape()) { in IsDescriptor() local
42 const auto &lb{shapeSpec.lbound().GetExplicit()}; in IsDescriptor()
43 const auto &ub{shapeSpec.ubound().GetExplicit()}; in IsDescriptor()
/external/llvm-project/flang/lib/Semantics/
Dsymbol.cpp130 for (const auto &shapeSpec : shape) { in set_shape() local
131 shape_.push_back(shapeSpec); in set_shape()
136 for (const auto &shapeSpec : coshape) { in set_coshape() local
137 coshape_.push_back(shapeSpec); in set_coshape()
Dmod-file.cpp500 for (const auto &shapeSpec : shape) { in PutShape() local
506 PutShapeSpec(os, shapeSpec); in PutShape()