Lines Matching refs:SEEK
1120 template <typename SEEK, typename A>
1123 if (std::holds_alternative<SEEK>(spec.u)) in hasX()
1128 template <typename SEEK, typename A>
1130 return hasX<SEEK>(stmt.v); in hasSpec()
1134 template <typename SEEK, typename A>
1137 if (auto *f = std::get_if<SEEK>(&spec.u)) in getExpr()
1246 template <typename SEEK, typename A>
1248 return hasX<SEEK>(stmt.controls); in hasIOControl()
1251 template <typename SEEK, typename A>
1254 if (const auto *result = std::get_if<SEEK>(&spec.u)) in getIOControl()
1256 return static_cast<const SEEK *>(nullptr); in getIOControl()