Searched refs:BeginUnformattedInput (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | ExternalIOTest.cpp | 72 io = IONAME(BeginUnformattedInput)(unit, __FILE__, __LINE__); in TEST() 133 io = IONAME(BeginUnformattedInput)(unit, __FILE__, __LINE__); in TEST() 217 io = IONAME(BeginUnformattedInput)(unit, __FILE__, __LINE__); in TEST() 234 io = IONAME(BeginUnformattedInput)(unit, __FILE__, __LINE__); in TEST() 295 io = IONAME(BeginUnformattedInput)(unit, __FILE__, __LINE__); in TEST() 314 io = IONAME(BeginUnformattedInput)(unit, __FILE__, __LINE__); in TEST()
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | io-api.h | 143 Cookie IONAME(BeginUnformattedInput)(ExternalUnit = DefaultUnit,
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-api.cpp | 353 Cookie IONAME(BeginUnformattedInput)( in IONAME() argument
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 78 mkIOKey(BeginUnformattedInput), mkIOKey(BeginWait), mkIOKey(BeginWaitAll), 1818 return getIORuntimeFunc<mkIOKey(BeginUnformattedInput)>(loc, builder); in getBeginDataTransferFunc()
|