Home
last modified time | relevance | path

Searched refs:FlushOutput (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dunit.cpp35 defaultOutput->FlushOutput(handler); in FlushOutputOnCrash()
38 errorOutput->FlushOutput(handler); in FlushOutputOnCrash()
116 FlushOutput(handler); in OpenUnit()
183 FlushOutput(handler); in CloseUnit()
598 void ExternalFileUnit::FlushOutput(IoErrorHandler &handler) { in FlushOutput() function in Fortran::runtime::io::ExternalFileUnit
615 FlushOutput(handler); in FlushIfTerminal()
750 defaultOutput->FlushOutput(handler); in BeginVariableFormattedInputRecord()
753 errorOutput->FlushOutput(handler); in BeginVariableFormattedInputRecord()
902 FlushOutput(handler); in DoEndfile()
H A Dunit-map.cpp109 p->unit.FlushOutput(handler); in FlushAll()
H A Dunit.h92 void FlushOutput(IoErrorHandler &);
H A Dio-stmt.cpp1024 ext.FlushOutput(*this); in CompleteOperation()