Home
last modified time | relevance | path

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

/external/llvm-project/flang/unittests/Runtime/
Dexternal-io.cpp331 io = IONAME(BeginExternalFormattedOutput)( in TestDirectFormatted()
386 io = IONAME(BeginExternalFormattedOutput)( in TestSequentialVariableFormatted()
/external/llvm-project/flang/runtime/
Dio-api.h124 Cookie IONAME(BeginExternalFormattedOutput)(const char *format, std::size_t,
Dio-api.cpp207 Cookie IONAME(BeginExternalFormattedOutput)(const char *format, in IONAME() argument
/external/llvm-project/flang/lib/Lower/
DIO.cpp44 mkIOKey(BeginExternalListInput), mkIOKey(BeginExternalFormattedOutput),
1213 return getIORuntimeFunc<mkIOKey(BeginExternalFormattedOutput)>(loc, in getBeginDataTransfer()