Home
last modified time | relevance | path

Searched refs:OutputInteger64 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/examples/
H A Dexternal-hello.cpp13 IONAME(OutputInteger64)(io, 678); in output1()
40 IONAME(OutputInteger64)(io, n); in input1() local
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DRuntimeCrashTest.cpp72 ASSERT_DEATH(IONAME(OutputInteger64)(cookie, 0xfeedface), in TEST()
157 IONAME(OutputInteger64)(cookie, 0xdeadbeef); in TEST()
158 ASSERT_DEATH(IONAME(OutputInteger64)(cookie, 0xdeadbeef), in TEST()
H A DNumericalFormatTest.cpp73 IONAME(OutputInteger64)(cookie, 678); in TEST()
132 IONAME(OutputInteger64)(cookie, 789); in TEST()
134 IONAME(OutputInteger64)(cookie, j); in TEST() local
H A DExternalIOTest.cpp362 ASSERT_TRUE(IONAME(OutputInteger64)(io, j)) << "OutputInteger64()"; in TEST()
417 ASSERT_TRUE(IONAME(OutputInteger64)(io, buffer[k])) in TEST()
678 ASSERT_TRUE(IONAME(OutputInteger64)(io, 1234)) << "OutputInteger64()"; in TEST()
689 ASSERT_FALSE(IONAME(OutputInteger64)(io, 5678)) << "OutputInteger64()"; in TEST()
699 ASSERT_TRUE(IONAME(OutputInteger64)(io, 3456)) << "OutputInteger64()"; in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h249 bool IONAME(OutputInteger64)(Cookie, std::int64_t);
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp1144 bool IONAME(OutputInteger64)(Cookie cookie, std::int64_t n) { in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp91 mkIOKey(OutputInteger64), mkIOKey(OutputInteger128), mkIOKey(InputInteger),
426 return getIORuntimeFunc<mkIOKey(OutputInteger64)>(loc, builder); in getOutputFunc()