Searched refs:SEEK (Results 1 – 3 of 3) sorted by relevance
61 enum class FileOp : uint8_t { NONE, READ, WRITE, SEEK }; enumerator
250 prev_op = FileOp::SEEK; in 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()[all …]