Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dunit.cpp25 static ExternalFileUnit *errorOutput{nullptr}; // unit 0 extension variable
28 if (!defaultOutput && !errorOutput) { in FlushOutputOnCrash()
37 if (errorOutput) { in FlushOutputOnCrash()
38 errorOutput->FlushOutput(handler); in FlushOutputOnCrash()
242 errorOutput = &error; in GetUnitMap()
256 errorOutput = nullptr; in CloseAll()
752 if (errorOutput) { in BeginVariableFormattedInputRecord()
753 errorOutput->FlushOutput(handler); in BeginVariableFormattedInputRecord()