Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp180 cookie = IONAME(BeginInternalListOutput)(output, bufferSize - 1); in TEST()
238 cookie = IONAME(BeginInternalListOutput)(buffer, sizeof buffer); in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h97 Cookie IONAME(BeginInternalListOutput)(char *internal,
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp107 Cookie IONAME(BeginInternalListOutput)(char *internal, in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp73 mkIOKey(BeginInternalArrayFormattedInput), mkIOKey(BeginInternalListOutput),
1830 return getIORuntimeFunc<mkIOKey(BeginInternalListOutput)>(loc, in getBeginDataTransferFunc()