Searched refs:ImpliedDoIntType (Results 1 – 1 of 1) sorted by relevance
1334 using ImpliedDoIntType = ResultType<ImpliedDoIndex>; typedef in Fortran::evaluate::ArrayConstructorContext1504 std::optional<Expr<ImpliedDoIntType>> lower{ in Add()1506 std::optional<Expr<ImpliedDoIntType>> upper{ in Add()1508 std::optional<Expr<ImpliedDoIntType>> stride{ in Add()1512 stride = Expr<ImpliedDoIntType>{1}; in Add()1538 int kind{ImpliedDoIntType::kind}; in Add()1542 std::optional<Expr<ImpliedDoIntType>> lower{ in Add()1543 GetSpecificIntExpr<ImpliedDoIntType::kind>(bounds.lower)}; in Add()1544 std::optional<Expr<ImpliedDoIntType>> upper{ in Add()1547 std::optional<Expr<ImpliedDoIntType>> stride{ in Add()[all …]