Home
last modified time | relevance | path

Searched refs:InputItem (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.h52 void Enter(const parser::InputItem &);
H A Dcheck-io.cpp324 void IoChecker::Enter(const parser::InputItem &spec) { in Enter()
741 const std::list<parser::InputItem> &items{readStmt.items}; in CheckForDoVariable()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtype-parsers.h110 constexpr Parser<InputItem> inputItem; // R1216
H A Dio-parsers.cpp264 TYPE_PARSER(construct<InputItem>(variable) ||
265 construct<InputItem>(indirect(inputImpliedDo)))
H A Dunparse.cpp1359 Put('('), Walk(std::get<std::list<InputItem>>(x.t), ", "), Put(", "); in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h2653 struct InputItem { struct
2654 UNION_CLASS_BOILERPLATE(InputItem);
2664 std::list<IoControlSpec> &&cs, std::list<InputItem> &&its) in ReadStmt() argument
2673 std::list<InputItem> items;
2711 std::tuple<std::list<InputItem>, IoImpliedDoControl> t;
H A Ddump-parse-tree.h368 NODE(parser, InputItem) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp611 const std::list<Fortran::parser::InputItem> &items, in genInputItemList()
615 for (const Fortran::parser::InputItem &item : items) { in genInputItemList()