Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dedit-input.h18 bool EditIntegerInput(IoStatementState &, const DataEdit &, void *, int kind);
Ddescriptor-io.h48 if (!EditIntegerInput(io, *edit, reinterpret_cast<void *>(&x), in FormattedIntegerIO()
Dedit-input.cpp82 bool EditIntegerInput( in EditIntegerInput() function