Searched refs:InputItem (Results 1 – 8 of 8) sorted by relevance
52 void Enter(const parser::InputItem &);
324 void IoChecker::Enter(const parser::InputItem &spec) { in Enter()741 const std::list<parser::InputItem> &items{readStmt.items}; in CheckForDoVariable()
110 constexpr Parser<InputItem> inputItem; // R1216
264 TYPE_PARSER(construct<InputItem>(variable) ||265 construct<InputItem>(indirect(inputImpliedDo)))
1359 Put('('), Walk(std::get<std::list<InputItem>>(x.t), ", "), Put(", "); in Unparse()
2653 struct InputItem { struct2654 UNION_CLASS_BOILERPLATE(InputItem);2664 std::list<IoControlSpec> &&cs, std::list<InputItem> &&its) in ReadStmt() argument2673 std::list<InputItem> items;2711 std::tuple<std::list<InputItem>, IoImpliedDoControl> t;
368 NODE(parser, InputItem) in NODE()
611 const std::list<Fortran::parser::InputItem> &items, in genInputItemList()615 for (const Fortran::parser::InputItem &item : items) { in genInputItemList()