Searched refs:CloseStatementState (Results 1 – 4 of 4) sorted by relevance
37 class CloseStatementState; variable212 std::reference_wrapper<CloseStatementState>,581 class CloseStatementState : public ExternalIoStatementBase {583 CloseStatementState(ExternalFileUnit &unit, const char *sourceFile = nullptr,
146 std::variant<std::monostate, OpenStatementState, CloseStatementState,
406 return &unit->BeginIoStatement<CloseStatementState>( in IONAME()1004 if (auto *close{io.get_if<CloseStatementState>()}) { in IONAME()
281 int CloseStatementState::EndIoStatement() { in EndIoStatement()