Home
last modified time | relevance | path

Searched refs:SEEK (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/File/
H A Dfile.h61 enum class FileOp : uint8_t { NONE, READ, WRITE, SEEK }; enumerator
H A Dfile.cpp250 prev_op = FileOp::SEEK; in seek()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp1120 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 …]