Searched refs:DestroyClosed (Results 1 – 5 of 5) sorted by relevance
52 void DestroyClosed(ExternalFileUnit &);
32 void UnitMap::DestroyClosed(ExternalFileUnit &unit) { in DestroyClosed() function in Fortran::runtime::io::UnitMap
59 void DestroyClosed();
166 void ExternalFileUnit::DestroyClosed() { in DestroyClosed() function in Fortran::runtime::io::ExternalFileUnit167 GetUnitMap().DestroyClosed(*this); // destroys *this in DestroyClosed()
226 unit().DestroyClosed(); in EndIoStatement()