Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dunit-map.cpp99 p->unit.CloseUnit(CloseStatus::Keep, handler); in CloseAll()
H A Dunit.h67 void CloseUnit(CloseStatus, IoErrorHandler &);
H A Dio-stmt.cpp270 unit().CloseUnit(CloseStatus::Delete, *this); in CompleteOperation()
284 unit().CloseUnit(status_, *this); in EndIoStatement()
H A Dunit.cpp181 void ExternalFileUnit::CloseUnit(CloseStatus status, IoErrorHandler &handler) { in CloseUnit() function in Fortran::runtime::io::ExternalFileUnit