Searched refs:MaybeSubscriptIntExpr (Results 1 – 6 of 6) sorted by relevance
47 using MaybeSubscriptIntExpr = std::optional<SubscriptIntExpr>; variable61 explicit Bound(MaybeSubscriptIntExpr &&expr) : expr_{std::move(expr)} {} in Bound()70 MaybeSubscriptIntExpr &GetExplicit() { return expr_; } in GetExplicit()71 const MaybeSubscriptIntExpr &GetExplicit() const { return expr_; } in GetExplicit()72 void SetExplicit(MaybeSubscriptIntExpr &&expr) { in SetExplicit()80 Bound(Category category, MaybeSubscriptIntExpr &&expr) in Bound()83 MaybeSubscriptIntExpr expr_;
503 if (Fortran::semantics::MaybeSubscriptIntExpr expr = in charLenVariable()
344 MaybeSubscriptIntExpr expr; in GetBound()
1213 if (const MaybeSubscriptIntExpr & expr{bound.GetExplicit()}) { in DoBound()
206 MaybeSubscriptIntExpr EvaluateSubscriptIntExpr(const T &expr) { in EvaluateSubscriptIntExpr()1238 evaluate::DynamicType &&, MaybeSubscriptIntExpr &&length);6387 evaluate::DynamicType &&type, MaybeSubscriptIntExpr &&length) { in ToDeclTypeSpec()
1929 Fortran::semantics::MaybeSubscriptIntExpr sub = bound.GetExplicit(); in genval()