Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dio-parsers.cpp161 defaulted("," >> nonemptyList(ioControlSpec)) / ")", inputItemList) ||
165 defaulted("," >> nonemptyList(ioControlSpec)) / ")",
169 parenthesized(nonemptyList(ioControlSpec)), inputItemList) ||
243 defaulted("," >> nonemptyList(ioControlSpec)) / ")", outputItemList) ||
247 defaulted("," >> nonemptyList(ioControlSpec)) / ")",
251 parenthesized(nonemptyList(ioControlSpec)), outputItemList))
H A Dtype-parsers.h108 constexpr Parser<IoControlSpec> ioControlSpec; // R1213, R1214 variable
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp305 void Post(const parser::IoControlSpec &ioControlSpec) { in Post() argument
307 std::get_if<parser::IoControlSpec::CharExpr>(&ioControlSpec.u)}) { in Post()
1043 void DoForallChecker::Leave(const parser::IoControlSpec &ioControlSpec) { in Leave() argument
1044 const auto *size{std::get_if<parser::IoControlSpec::Size>(&ioControlSpec.u)}; in Leave()