Searched refs:ioControlSpec (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | io-parsers.cpp | 161 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 D | type-parsers.h | 108 constexpr Parser<IoControlSpec> ioControlSpec; // R1213, R1214 variable
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-do-forall.cpp | 305 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()
|