Lines Matching refs:SEEK
713 template <typename SEEK, typename A>
716 if (std::holds_alternative<SEEK>(spec.u)) in hasX()
721 template <typename SEEK, typename A>
723 return hasX<SEEK>(stmt.v); in hasMem()
727 template <typename SEEK, typename A>
730 if (auto *f = std::get_if<SEEK>(&spec.u)) in getExpr()
799 template <typename SEEK, typename A>
801 return hasX<SEEK>(stmt.controls); in hasIOControl()
804 template <typename SEEK, typename A>
807 if (const auto *result = std::get_if<SEEK>(&spec.u)) in getIOControl()
809 return static_cast<const SEEK *>(nullptr); in getIOControl()