Home
last modified time | relevance | path

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

/llvm-project/flang/examples/ExternalHelloWorld/
H A Dexternal-hello.cpp12 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 DRuntimeCrashTest.cpp78 IONAME(OutputAscii)(cookie, "four", bufferSize); in TEST()
79 ASSERT_DEATH(IONAME(OutputAscii)(cookie, "Too many characters!", 20), in TEST()
H A DNumericalFormatTest.cpp88 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 DExternalIOTest.cpp510 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 Dio-api-minimal.cpp119 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 Dio-api.h
/llvm-project/flang/lib/Lower/
H A DIO.cpp107 mkIOKey(InquireLogical), mkIOKey(InquirePendingId), mkIOKey(OutputAscii),
709 return getIORuntimeFunc<mkIOKey(OutputAscii)>(loc, builder);