Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dio-stmt.h35 class CloseStatementState; variable
111 std::reference_wrapper<CloseStatementState>,
356 class CloseStatementState : public ExternalIoStatementBase {
358 CloseStatementState(ExternalFileUnit &unit, const char *sourceFile = nullptr,
Dunit.h114 std::variant<std::monostate, OpenStatementState, CloseStatementState,
Dio-api.cpp280 return &unit->BeginIoStatement<CloseStatementState>( in IONAME()
826 if (auto *close{io.get_if<CloseStatementState>()}) { in IONAME()
Dio-stmt.cpp223 int CloseStatementState::EndIoStatement() { in EndIoStatement()