Home
last modified time | relevance | path

Searched refs:DestroyClosed (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dunit-map.h55 void DestroyClosed(ExternalFileUnit &);
H A Ddescriptor-io.cpp70 external->DestroyClosed(); in DefinedFormattedIo()
H A Dunit-map.cpp58 void UnitMap::DestroyClosed(ExternalFileUnit &unit) { in DestroyClosed() function in Fortran::runtime::io::UnitMap
H A Dunit.h68 void DestroyClosed();
H A Dunit.cpp187 void ExternalFileUnit::DestroyClosed() { in DestroyClosed() function in Fortran::runtime::io::ExternalFileUnit
188 GetUnitMap().DestroyClosed(*this); // destroys *this in DestroyClosed()
H A Dio-stmt.cpp271 unit().DestroyClosed(); in CompleteOperation()
285 unit().DestroyClosed(); in EndIoStatement()