Home
last modified time | relevance | path

Searched refs:ImpliedDoIntType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp1334 using ImpliedDoIntType = ResultType<ImpliedDoIndex>; typedef in Fortran::evaluate::ArrayConstructorContext
1504 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 …]