Searched refs:CloseSpec (Results 1 – 4 of 4) sorted by relevance
134 construct<CloseStmt::CloseSpec>(maybe("UNIT ="_tok) >> fileUnitNumber),135 construct<CloseStmt::CloseSpec>("IOSTAT =" >> statVariable),136 construct<CloseStmt::CloseSpec>("IOMSG =" >> msgVariable),137 construct<CloseStmt::CloseSpec>("ERR =" >> errLabel),138 construct<CloseStmt::CloseSpec>("STATUS =" >> statusExpr))};
1251 void Before(const CloseStmt::CloseSpec &x) { // R1209 in Before()
2603 struct CloseSpec { struct2604 UNION_CLASS_BOILERPLATE(CloseSpec);2609 WRAPPER_CLASS_BOILERPLATE(CloseStmt, std::list<CloseSpec>);
182 NODE(CloseStmt, CloseSpec) in NODE()