Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h160 Cookie IONAME(BeginEndfile)(
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DExternalIOTest.cpp682 io = IONAME(BeginEndfile)(unit, __FILE__, __LINE__); in TEST()
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp439 Cookie IONAME(BeginEndfile)( in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp80 mkIOKey(BeginEndfile), mkIOKey(BeginRewind), mkIOKey(BeginOpenUnit),
1663 return genBasicIOStmt<mkIOKey(BeginEndfile)>(converter, stmt); in genEndfileStatement()