Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.h65 void Enter(const parser::OutputItem &);
H A Dcheck-io.cpp583 void IoChecker::Enter(const parser::OutputItem &item) { in Enter()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtype-parsers.h111 constexpr Parser<OutputItem> outputItem; // R1217
H A Dio-parsers.cpp268 TYPE_PARSER(construct<OutputItem>(expr) ||
269 construct<OutputItem>(indirect(outputImpliedDo)))
H A Dunparse.cpp1295 Walk(", ", std::get<std::list<OutputItem>>(x.t), ", "); in Unparse()
1363 Put('('), Walk(std::get<std::list<OutputItem>>(x.t), ", "), Put(", "); in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h2677 struct OutputItem { struct
2678 UNION_CLASS_BOILERPLATE(OutputItem);
2686 std::list<IoControlSpec> &&cs, std::list<OutputItem> &&its) in WriteStmt() argument
2694 std::list<OutputItem> items;
2700 std::tuple<Format, std::list<OutputItem>> t;
2716 std::tuple<std::list<OutputItem>, IoImpliedDoControl> t;
2826 std::tuple<ScalarIntVariable, std::list<OutputItem>> t;
H A Ddump-parse-tree.h576 NODE(parser, OutputItem) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp465 const std::list<Fortran::parser::OutputItem> &items, bool isFormatted, in genOutputItemList()
468 for (const Fortran::parser::OutputItem &item : items) { in genOutputItemList()
2226 std::get<std::list<Fortran::parser::OutputItem>>(ioLength->t), in genInquireStatement()