Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dedit-output.h95 bool EditLogicalOutput(IoStatementState &, const DataEdit &, bool);
Ddescriptor-io.h190 if (!EditLogicalOutput(io, *edit, x != 0)) { in FormattedLogicalIO()
Dedit-output.cpp422 bool EditLogicalOutput(IoStatementState &io, const DataEdit &edit, bool truth) { in EditLogicalOutput() function