Searched refs:BeginIoStatement (Results 1 – 2 of 2) sorted by relevance
169 IoStatementState &io{unit.BeginIoStatement<ExternalListIoStatementState<DIR>>( in BeginExternalListIO()202 unit.BeginIoStatement<ExternalFormattedIoStatementState<DIR>>( in BeginExternalFormattedIO()230 IoStatementState &io{unit.BeginIoStatement<UnformattedIoStatementState<DIR>>( in BeginUnformattedIO()263 return &unit.BeginIoStatement<OpenStatementState>( in IONAME()273 return &unit.BeginIoStatement<OpenStatementState>( in IONAME()280 return &unit->BeginIoStatement<CloseStatementState>( in IONAME()296 return &unit.BeginIoStatement<ExternalMiscIoStatementState>( in IONAME()305 return &unit.BeginIoStatement<ExternalMiscIoStatementState>( in IONAME()314 return &unit.BeginIoStatement<ExternalMiscIoStatementState>( in IONAME()323 return &unit.BeginIoStatement<ExternalMiscIoStatementState>( in IONAME()[all …]
64 IoStatementState &BeginIoStatement(X &&...xs) { in BeginIoStatement() function