Home
last modified time | relevance | path

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

/external/llvm-project/flang/unittests/Runtime/
Dexternal-io.cpp61 io = IONAME(BeginClose)(unit, __FILE__, __LINE__); in TestDirectUnformatted()
127 io = IONAME(BeginClose)(unit, __FILE__, __LINE__); in TestDirectUnformattedSwapped()
211 io = IONAME(BeginClose)(unit, __FILE__, __LINE__); in TestSequentialFixedUnformatted()
302 io = IONAME(BeginClose)(unit, __FILE__, __LINE__); in TestSequentialVariableUnformatted()
353 io = IONAME(BeginClose)(unit, __FILE__, __LINE__); in TestDirectFormatted()
448 io = IONAME(BeginClose)(unit, __FILE__, __LINE__); in TestSequentialVariableFormatted()
/external/llvm-project/flang/runtime/
Dio-api.h152 Cookie IONAME(BeginClose)(
Dio-api.cpp277 Cookie IONAME(BeginClose)( in IONAME() argument
/external/llvm-project/flang/lib/Lower/
DIO.cpp49 mkIOKey(BeginClose), mkIOKey(BeginFlush), mkIOKey(BeginBackspace),
1110 return genBasicIOStmt<mkIOKey(BeginClose)>(converter, stmt); in genCloseStatement()