Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h101 Cookie IONAME(BeginInternalListInput)(const char *internal,
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp156 auto cookie{IONAME(BeginInternalListInput)(input, sizeof input - 1)}; in TEST()
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp114 Cookie IONAME(BeginInternalListInput)(const char *internal, in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp74 mkIOKey(BeginInternalListInput), mkIOKey(BeginInternalFormattedOutput),
1808 return getIORuntimeFunc<mkIOKey(BeginInternalListInput)>(loc, in getBeginDataTransferFunc()