Searched refs:GetSpecificIntExpr (Results 1 – 1 of 1) sorted by relevance
1345 std::optional<Expr<Type<TypeCategory::Integer, KIND>>> GetSpecificIntExpr( in GetSpecificIntExpr() function in Fortran::evaluate::ArrayConstructorContext1505 GetSpecificIntExpr<ImpliedDoIntType::kind>(std::get<0>(triplet.t))}; in Add()1507 GetSpecificIntExpr<ImpliedDoIntType::kind>(std::get<1>(triplet.t))}; in Add()1509 GetSpecificIntExpr<ImpliedDoIntType::kind>(std::get<2>(triplet.t))}; in Add()1543 GetSpecificIntExpr<ImpliedDoIntType::kind>(bounds.lower)}; in Add()1545 GetSpecificIntExpr<ImpliedDoIntType::kind>(bounds.upper)}; in Add()1548 GetSpecificIntExpr<ImpliedDoIntType::kind>(bounds.step)}; in Add()