Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dunit-map.h56 void CloseAll(IoErrorHandler &);
H A Dstop.cpp50 Fortran::runtime::io::ExternalFileUnit::CloseAll(handler); in CloseAllExternalUnits()
H A Dunit-map.cpp84 void UnitMap::CloseAll(IoErrorHandler &handler) { in CloseAll() function in Fortran::runtime::io::UnitMap
H A Dunit.h59 static void CloseAll(IoErrorHandler &);
H A Dunit.cpp248 void ExternalFileUnit::CloseAll(IoErrorHandler &handler) { in CloseAll() function in Fortran::runtime::io::ExternalFileUnit
251 unitMap->CloseAll(handler); in CloseAll()