Searched refs:CloseSpec (Results 1 – 4 of 4) sorted by relevance
129 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))};
1231 void Before(const CloseStmt::CloseSpec &x) { // R1209 in Before()
2582 struct CloseSpec { struct2583 UNION_CLASS_BOILERPLATE(CloseSpec);2588 WRAPPER_CLASS_BOILERPLATE(CloseStmt, std::list<CloseSpec>);
175 NODE(CloseStmt, CloseSpec) in NODE()