Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h166 Cookie IONAME(BeginOpenUnit)(
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DExternalIOTest.cpp125 io = IONAME(BeginOpenUnit)(unit, __FILE__, __LINE__); in TEST()
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp359 Cookie IONAME(BeginOpenUnit)( // OPEN(without NEWUNIT=) in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp80 mkIOKey(BeginEndfile), mkIOKey(BeginRewind), mkIOKey(BeginOpenUnit),
1713 beginFunc = getIORuntimeFunc<mkIOKey(BeginOpenUnit)>(loc, builder); in genOpenStatement()