Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dedit-input.h18 bool EditIntegerInput(IoStatementState &, const DataEdit &, void *, int kind);
H A Ddescriptor-io.h61 if (EditIntegerInput(io, *edit, reinterpret_cast<void *>(&x), KIND)) { in FormattedIntegerIO()
H A Dedit-input.cpp114 bool EditIntegerInput( in EditIntegerInput() function