Searched refs:CloseStatementState (Results 1 – 4 of 4) sorted by relevance
35 class CloseStatementState; variable111 std::reference_wrapper<CloseStatementState>,356 class CloseStatementState : public ExternalIoStatementBase {358 CloseStatementState(ExternalFileUnit &unit, const char *sourceFile = nullptr,
114 std::variant<std::monostate, OpenStatementState, CloseStatementState,
280 return &unit->BeginIoStatement<CloseStatementState>( in IONAME()826 if (auto *close{io.get_if<CloseStatementState>()}) { in IONAME()
223 int CloseStatementState::EndIoStatement() { in EndIoStatement()