Home
last modified time | relevance | path

Searched defs:InputInteger (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/unittests/Runtime/
Dlist-input.cpp39 IONAME(InputInteger)(cookie, n[j]); in main() local
Dexternal-io.cpp344 IONAME(InputInteger)(io, buffer) || (Fail() << "InputInteger()", 0); in TestDirectFormatted() local
406 IONAME(InputInteger)(io, check[k]) || (Fail() << "InputInteger()", 0); in TestSequentialVariableFormatted() local
430 IONAME(InputInteger)(io, check[k]) || (Fail() << "InputInteger()", 0); in TestSequentialVariableFormatted() local
Dexternal-hello.cpp33 IONAME(InputInteger)(io, n); in input1() local
/external/llvm-project/flang/runtime/
Dio-api.cpp934 bool IONAME(InputInteger)(Cookie cookie, std::int64_t &n, int kind) { in IONAME() argument