Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.h37 class CloseStatementState; variable
212 std::reference_wrapper<CloseStatementState>,
581 class CloseStatementState : public ExternalIoStatementBase {
583 CloseStatementState(ExternalFileUnit &unit, const char *sourceFile = nullptr,
H A Dunit.h146 std::variant<std::monostate, OpenStatementState, CloseStatementState,
H A Dio-api.cpp406 return &unit->BeginIoStatement<CloseStatementState>( in IONAME()
1004 if (auto *close{io.get_if<CloseStatementState>()}) { in IONAME()
H A Dio-stmt.cpp281 int CloseStatementState::EndIoStatement() { in EndIoStatement()