Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-data.cpp134 [&](const evaluate::IndirectSubscriptIntegerExpr &expr) { in operator ()()
156 const std::optional<evaluate::IndirectSubscriptIntegerExpr> &x) const { in CheckSubscriptExpr()
160 const evaluate::IndirectSubscriptIntegerExpr &expr) const { in CheckSubscriptExpr()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dvariable.h181 std::optional<IndirectSubscriptIntegerExpr> lower_, upper_;
182 IndirectSubscriptIntegerExpr stride_;
189 : u{IndirectSubscriptIntegerExpr::Make(std::move(s))} {} in EVALUATE_UNION_CLASS_BOILERPLATE()
192 std::variant<IndirectSubscriptIntegerExpr, Triplet> u;
345 std::optional<IndirectSubscriptIntegerExpr> lower_, upper_;
H A Dtype.h319 using IndirectSubscriptIntegerExpr = variable
/llvm-project-15.0.7/flang/lib/Lower/
H A DComponentPath.cpp42 [&](const Fortran::evaluate::IndirectSubscriptIntegerExpr &e) { in isRankedArrayAccess()
H A DVectorSubscripts.cpp133 [](const Fortran::evaluate::IndirectSubscriptIntegerExpr &expr) { in gen()
148 std::get<Fortran::evaluate::IndirectSubscriptIntegerExpr>( in gen()
170 [&](const Fortran::evaluate::IndirectSubscriptIntegerExpr &expr) { in genRankedArrayRefSubscriptAndBase()
H A DIterationSpace.cpp657 RT find(const Fortran::evaluate::IndirectSubscriptIntegerExpr &x) { in find()
H A DConvertExpr.cpp1824 if (auto *s = std::get_if<Fortran::evaluate::IndirectSubscriptIntegerExpr>( in genval()
5719 [&](const Fortran::evaluate::IndirectSubscriptIntegerExpr &ie) { in genSliceIndices()
6902 IndirectSubscriptIntegerExpr &ie) { in lowerPath()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold.cpp27 [](IndirectSubscriptIntegerExpr &expr) in GetConstantSubscript()
126 [&](IndirectSubscriptIntegerExpr &&expr) { in FoldOperation()
H A Dfold-designator.cpp75 [&](const IndirectSubscriptIntegerExpr &expr) { in FoldDesignator()
H A Dvariable.cpp397 [](const IndirectSubscriptIntegerExpr &x) { in Rank()
H A Dshape.cpp497 [&](const IndirectSubscriptIntegerExpr &subs) -> MaybeExtentExpr { in GetExtent()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DIterationSpace.h580 std::get_if<evaluate::IndirectSubscriptIntegerExpr>(&sub.u))