Home
last modified time | relevance | path

Searched refs:BeginIoStatement (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp204 return &child->BeginIoStatement<ErroneousIoStatementState>( in BeginExternalListIO()
215 return &unit->BeginIoStatement<STATE<DIR>>( in BeginExternalListIO()
218 return &unit->BeginIoStatement<ErroneousIoStatementState>( in BeginExternalListIO()
275 return &unit->BeginIoStatement<ErroneousIoStatementState>( in BeginExternalFormattedIO()
341 return &unit->BeginIoStatement<ErroneousIoStatementState>( in BeginUnformattedIO()
366 return &unit->BeginIoStatement<OpenStatementState>( in IONAME()
378 return &unit.BeginIoStatement<OpenStatementState>( in IONAME()
406 return &unit->BeginIoStatement<CloseStatementState>( in IONAME()
471 return &child->BeginIoStatement<InquireUnitState>( in IONAME()
474 return &unit->BeginIoStatement<InquireUnitState>( in IONAME()
[all …]
H A Dunit.h73 IoStatementState &BeginIoStatement(X &&...xs) { in BeginIoStatement() function
177 IoStatementState &BeginIoStatement(X &&...xs) { in BeginIoStatement() function