Home
last modified time | relevance | path

Searched refs:BeginExternalFormattedOutput (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DExternalIOTest.cpp359 io = IONAME(BeginExternalFormattedOutput)( in TEST()
414 io = IONAME(BeginExternalFormattedOutput)( in TEST()
512 io = IONAME(BeginExternalFormattedOutput)( in TEST()
583 io = IONAME(BeginExternalFormattedOutput)( in TEST()
627 io = IONAME(BeginExternalFormattedOutput)( in TEST()
676 io = IONAME(BeginExternalFormattedOutput)( in TEST()
686 io = IONAME(BeginExternalFormattedOutput)( in TEST()
697 io = IONAME(BeginExternalFormattedOutput)( in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h135 Cookie IONAME(BeginExternalFormattedOutput)(const char *format, std::size_t,
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp281 Cookie IONAME(BeginExternalFormattedOutput)(const char *format, in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp76 mkIOKey(BeginExternalListInput), mkIOKey(BeginExternalFormattedOutput),
1837 return getIORuntimeFunc<mkIOKey(BeginExternalFormattedOutput)>(loc, in getBeginDataTransferFunc()