Searched refs:OutputAscii (Results 1 – 7 of 7) sorted by relevance
/llvm-project/flang/examples/ExternalHelloWorld/ |
H A D | external-hello.cpp | 12 IONAME(OutputAscii)(io, str, std::strlen(str)); in output1() local 29 IONAME(OutputAscii)(io, prompt, std::strlen(prompt)); in input1() local 39 IONAME(OutputAscii)(io, str, std::strlen(str)); in input1() local
|
/llvm-project/flang/unittests/Runtime/ |
H A D | RuntimeCrashTest.cpp | 78 IONAME(OutputAscii)(cookie, "four", bufferSize); in TEST() 79 ASSERT_DEATH(IONAME(OutputAscii)(cookie, "Too many characters!", 20), in TEST()
|
H A D | NumericalFormatTest.cpp | 88 IONAME(OutputAscii)(cookie, "WORLD", 5); in TEST() 146 IONAME(OutputAscii)(cookie, "WORLD", 5); in TEST() 147 IONAME(OutputAscii)(cookie, "HELLO", 5); in TEST()
|
H A D | ExternalIOTest.cpp | 510 ASSERT_TRUE(IONAME(OutputAscii)(io, record.data(), record.length())) in TEST() 511 << "OutputAscii()"; in TEST() 513 << "EndIoStatement() for OutputAscii"; in TEST() 610 ASSERT_TRUE(IONAME(OutputAscii)(io, record.data(), record.length())) in TEST() 611 << "OutputAscii()"; in TEST() 613 << "EndIoStatement() for OutputAscii"; in TEST() 654 ASSERT_TRUE(IONAME(OutputAscii)(io, outputItem.data(), outputItem.length())) in TEST() 655 << "OutputAscii()"; in TEST() 657 << "EndIoStatement() for OutputAscii"; in TEST()
|
/llvm-project/flang/runtime/ |
H A D | io-api-minimal.cpp | 119 bool IODEF(OutputAscii)(Cookie cookie, const char *x, std::size_t length) { in IODEF() argument 126 } else if (io.CheckFormattedStmtType<Direction::Output>("OutputAscii")) { in IODEF() 139 } else if (io.CheckFormattedStmtType<Direction::Output>("OutputAscii")) { in IODEF()
|
/llvm-project/flang/include/flang/Runtime/ |
H A D | io-api.h |
|
/llvm-project/flang/lib/Lower/ |
H A D | IO.cpp | 107 mkIOKey(InquireLogical), mkIOKey(InquirePendingId), mkIOKey(OutputAscii), 709 return getIORuntimeFunc<mkIOKey(OutputAscii)>(loc, builder);
|