Searched defs:InputInteger (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/flang/unittests/Runtime/ |
D | list-input.cpp | 39 IONAME(InputInteger)(cookie, n[j]); in main() local
|
D | external-io.cpp | 344 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
|
D | external-hello.cpp | 33 IONAME(InputInteger)(io, n); in input1() local
|
/external/llvm-project/flang/runtime/ |
D | io-api.cpp | 934 bool IONAME(InputInteger)(Cookie cookie, std::int64_t &n, int kind) { in IONAME() argument
|