Home
last modified time | relevance | path

Searched refs:CloseSpec (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dio-parsers.cpp129 construct<CloseStmt::CloseSpec>(maybe("UNIT ="_tok) >> fileUnitNumber),
130 construct<CloseStmt::CloseSpec>("IOSTAT =" >> statVariable),
131 construct<CloseStmt::CloseSpec>("IOMSG =" >> msgVariable),
132 construct<CloseStmt::CloseSpec>("ERR =" >> errLabel),
133 construct<CloseStmt::CloseSpec>("STATUS =" >> statusExpr))};
Dunparse.cpp1231 void Before(const CloseStmt::CloseSpec &x) { // R1209 in Before()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h2582 struct CloseSpec { struct
2583 UNION_CLASS_BOILERPLATE(CloseSpec);
2588 WRAPPER_CLASS_BOILERPLATE(CloseStmt, std::list<CloseSpec>);
Ddump-parse-tree.h175 NODE(CloseStmt, CloseSpec) in NODE()