Searched refs:InputInteger (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | ListInputTest.cpp | 96 IONAME(InputInteger)(cookie, actualOutput[j]); in TEST() local 126 IONAME(InputInteger)(cookie, dummy); in TEST() local 129 ASSERT_DEATH(IONAME(InputInteger)(cookie, dummy), in TEST() 150 ASSERT_DEATH(IONAME(InputInteger)(cookie, dummy), in TEST() 173 IONAME(InputInteger)(cookie, actualOutput[j]); in TEST_P() local
|
| H A D | ExternalIOTest.cpp | 373 ASSERT_TRUE(IONAME(InputInteger)(io, buffer)) << "InputInteger()"; in TEST() 437 ASSERT_TRUE(IONAME(InputInteger)(io, check[k])) << "InputInteger()"; in TEST() 463 ASSERT_TRUE(IONAME(InputInteger)(io, check[k])) << "InputInteger()"; in TEST() 711 ASSERT_TRUE(IONAME(InputInteger)(io, j)) << "InputInteger(j)"; in TEST() 713 ASSERT_TRUE(IONAME(InputInteger)(io, k)) << "InputInteger(k)"; in TEST() 715 ASSERT_FALSE(IONAME(InputInteger)(io, eof)) << "InputInteger(eof)"; in TEST()
|
| /llvm-project-15.0.7/flang/examples/ |
| H A D | external-hello.cpp | 34 IONAME(InputInteger)(io, n); in input1() local
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | io-api.h | 251 bool IONAME(InputInteger)(Cookie, std::int64_t &, int kind = 8);
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-api.cpp | 1168 bool IONAME(InputInteger)(Cookie cookie, std::int64_t &n, int kind) { in IONAME() argument
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 91 mkIOKey(OutputInteger64), mkIOKey(OutputInteger128), mkIOKey(InputInteger), 531 : getIORuntimeFunc<mkIOKey(InputInteger)>(loc, builder); in getInputFunc()
|