Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dedit-input.h23 bool EditLogicalInput(IoStatementState &, const DataEdit &, bool &);
H A Ddescriptor-io.h222 if (EditLogicalInput(io, *edit, truth)) { in FormattedLogicalIO()
H A Dedit-input.cpp556 bool EditLogicalInput(IoStatementState &io, const DataEdit &edit, bool &x) { in EditLogicalInput() function