Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dunit-map.h52 void DestroyClosed(ExternalFileUnit &);
Dunit-map.cpp32 void UnitMap::DestroyClosed(ExternalFileUnit &unit) { in DestroyClosed() function in Fortran::runtime::io::UnitMap
Dunit.h59 void DestroyClosed();
Dunit.cpp166 void ExternalFileUnit::DestroyClosed() { in DestroyClosed() function in Fortran::runtime::io::ExternalFileUnit
167 GetUnitMap().DestroyClosed(*this); // destroys *this in DestroyClosed()
Dio-stmt.cpp226 unit().DestroyClosed(); in EndIoStatement()