Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dedit-input.h23 bool EditLogicalInput(IoStatementState &, const DataEdit &, bool &);
Ddescriptor-io.h196 if (EditLogicalInput(io, *edit, truth)) { in FormattedLogicalIO()
Dedit-input.cpp328 bool EditLogicalInput(IoStatementState &io, const DataEdit &edit, bool &x) { in EditLogicalInput() function