Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dedit-output.h97 bool EditLogicalOutput(IoStatementState &, const DataEdit &, bool);
H A Ddescriptor-io.h216 if (!EditLogicalOutput(io, *edit, x != 0)) { in FormattedLogicalIO()
H A Dedit-output.cpp600 bool EditLogicalOutput(IoStatementState &io, const DataEdit &edit, bool truth) { in EditLogicalOutput() function