Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DExternalIOTest.cpp58 io = IONAME(BeginUnformattedOutput)(unit, __FILE__, __LINE__); in TEST()
114 io = IONAME(BeginUnformattedOutput)(unit, __FILE__, __LINE__); in TEST()
201 io = IONAME(BeginUnformattedOutput)(unit, __FILE__, __LINE__); in TEST()
280 io = IONAME(BeginUnformattedOutput)(unit, __FILE__, __LINE__); in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h141 Cookie IONAME(BeginUnformattedOutput)(ExternalUnit = DefaultUnit,
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp347 Cookie IONAME(BeginUnformattedOutput)( in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp77 mkIOKey(BeginExternalFormattedInput), mkIOKey(BeginUnformattedOutput),
1840 return getIORuntimeFunc<mkIOKey(BeginUnformattedOutput)>(loc, builder); in getBeginDataTransferFunc()