Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dunit-map.h54 void FlushAll(IoErrorHandler &);
Dstop.cpp80 Fortran::runtime::io::ExternalFileUnit::FlushAll(handler); in StartPause()
Dunit-map.cpp66 void UnitMap::FlushAll(IoErrorHandler &handler) { in FlushAll() function in Fortran::runtime::io::UnitMap
Dunit.h51 static void FlushAll(IoErrorHandler &);
Dunit.cpp225 void ExternalFileUnit::FlushAll(IoErrorHandler &handler) { in FlushAll() function in Fortran::runtime::io::ExternalFileUnit
228 unitMap->FlushAll(handler); in FlushAll()