Lines Matching refs:shapeSpec
201 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()
373 for (const auto &shapeSpec : details->shape()) { in GetUpperBounds() local
374 if (const auto &bound{shapeSpec.ubound().GetExplicit()}) { in GetUpperBounds()