Searched refs:OutputInteger64 (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/flang/examples/ |
| H A D | external-hello.cpp | 13 IONAME(OutputInteger64)(io, 678); in output1() 40 IONAME(OutputInteger64)(io, n); in input1() local
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | RuntimeCrashTest.cpp | 72 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 D | NumericalFormatTest.cpp | 73 IONAME(OutputInteger64)(cookie, 678); in TEST() 132 IONAME(OutputInteger64)(cookie, 789); in TEST() 134 IONAME(OutputInteger64)(cookie, j); in TEST() local
|
| H A D | ExternalIOTest.cpp | 362 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 D | io-api.h | 249 bool IONAME(OutputInteger64)(Cookie, std::int64_t);
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-api.cpp | 1144 bool IONAME(OutputInteger64)(Cookie cookie, std::int64_t n) { in IONAME() argument
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 91 mkIOKey(OutputInteger64), mkIOKey(OutputInteger128), mkIOKey(InputInteger), 426 return getIORuntimeFunc<mkIOKey(OutputInteger64)>(loc, builder); in getOutputFunc()
|