Searched refs:Iolength (Results 1 – 5 of 5) sorted by relevance
509 construct<InquireStmt>(construct<InquireStmt::Iolength>(
1386 [&](const InquireStmt::Iolength &y) { in Unparse()
2803 struct Iolength { struct2804 TUPLE_CLASS_BOILERPLATE(Iolength);2807 std::variant<std::list<InquireSpec>, Iolength> u;
369 NODE(InquireStmt, Iolength) in NODE()
1480 std::get_if<Fortran::parser::InquireStmt::Iolength>(&stmt.u); in genInquireStatement()