Home
last modified time | relevance | path

Searched refs:InputInteger (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DListInputTest.cpp96 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 DExternalIOTest.cpp373 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 Dexternal-hello.cpp34 IONAME(InputInteger)(io, n); in input1() local
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h251 bool IONAME(InputInteger)(Cookie, std::int64_t &, int kind = 8);
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp1168 bool IONAME(InputInteger)(Cookie cookie, std::int64_t &n, int kind) { in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp91 mkIOKey(OutputInteger64), mkIOKey(OutputInteger128), mkIOKey(InputInteger),
531 : getIORuntimeFunc<mkIOKey(InputInteger)>(loc, builder); in getInputFunc()