Lines Matching refs:lower
12 Fortran::lower::IterationSpace(const Fortran::lower::IterationSpace &)>
14 return [](const Fortran::lower::IterationSpace &s) { return s; }; in getIdentityFunc()
18 Fortran::lower::IterationSpace(const Fortran::lower::IterationSpace &)>
20 return [](const Fortran::lower::IterationSpace &s) { in getNullaryFunc()
21 Fortran::lower::IterationSpace newIters(s); in getNullaryFunc()
27 void Fortran::lower::ComponentPath::clear() { in clear()
37 bool Fortran::lower::isRankedArrayAccess(const Fortran::evaluate::ArrayRef &x) { in isRankedArrayAccess()
51 void Fortran::lower::ComponentPath::resetPC() { pc = getIdentityFunc(); } in resetPC()
53 void Fortran::lower::ComponentPath::setPC(bool isImplicit) { in setPC()
58 Fortran::lower::ComponentPath::ExtendRefFunc
59 Fortran::lower::ComponentPath::getExtendCoorRef() const { in getExtendCoorRef()