Lines Matching refs:ConstantBounds
17 ConstantBounds::ConstantBounds(const ConstantSubscripts &shape) in ConstantBounds() function in Fortran::evaluate::ConstantBounds
20 ConstantBounds::ConstantBounds(ConstantSubscripts &&shape) in ConstantBounds() function in Fortran::evaluate::ConstantBounds
23 ConstantBounds::~ConstantBounds() = default;
25 void ConstantBounds::set_lbounds(ConstantSubscripts &&lb) { in set_lbounds()
35 ConstantSubscripts ConstantBounds::ComputeUbounds( in ComputeUbounds()
49 void ConstantBounds::SetLowerBoundsToOne() { in SetLowerBoundsToOne()
55 Constant<SubscriptInteger> ConstantBounds::SHAPE() const { in SHAPE()
59 ConstantSubscript ConstantBounds::SubscriptsToOffset( in SubscriptsToOffset()
78 bool ConstantBounds::IncrementSubscripts( in IncrementSubscripts()
128 : ConstantBounds(std::move(sh)), result_{res}, values_(std::move(x)) { in ConstantBase()
202 : ConstantBounds(std::move(sh)), length_{len} { in Constant()