Lines Matching defs:intExpr
1096 if (auto *intExpr{std::get_if<Expr<SomeInteger>>(&expr->u)}) {
1097 if (auto *ssIntExpr{std::get_if<Expr<SubscriptInteger>>(&intExpr->u)}) {
1102 std::move(*intExpr)}}};
1227 if (auto *intExpr{std::get_if<Expr<SomeInteger>>(&expr->u)}) {
1228 if (auto *ssIntExpr{std::get_if<Expr<SubscriptInteger>>(&intExpr->u)}) {
1233 std::move(*intExpr)}};
1499 if (auto *intExpr{UnwrapExpr<Expr<SomeInteger>>(coex)}) {
1501 ConvertToType<SubscriptInteger>(std::move(*intExpr)));
1647 Expr<SomeInteger> *intExpr{UnwrapExpr<Expr<SomeInteger>>(*y)};
1650 std::move(DEREF(intExpr))));
4047 } else if (auto *intExpr{UnwrapExpr<Expr<SomeInteger>>(*kind)}) {
4048 return ConvertToType<SubscriptInteger>(std::move(*intExpr));
4845 MaybeExpr intExpr{
4847 actuals_[i] = std::move(*intExpr);