Home
last modified time | relevance | path

Searched refs:ExternalUnformattedIoStatementState (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.h47 template <Direction> class ExternalUnformattedIoStatementState; variable
227 ExternalUnformattedIoStatementState<Direction::Output>>,
229 ExternalUnformattedIoStatementState<Direction::Input>>,
482 class ExternalUnformattedIoStatementState
637 extern template class ExternalUnformattedIoStatementState<Direction::Output>;
638 extern template class ExternalUnformattedIoStatementState<Direction::Input>;
H A Dunit.h151 ExternalUnformattedIoStatementState<Direction::Output>,
152 ExternalUnformattedIoStatementState<Direction::Input>, InquireUnitState,
H A Dio-stmt.cpp885 bool ExternalUnformattedIoStatementState<DIR>::Receive( in Receive()
1006 template class ExternalUnformattedIoStatementState<Direction::Output>; variable
1007 template class ExternalUnformattedIoStatementState<Direction::Input>; variable
H A Dio-api.cpp329 unit->BeginIoStatement<ExternalUnformattedIoStatementState<DIR>>( in BeginUnformattedIO()
1082 ExternalUnformattedIoStatementState<Direction::Output>>()}) { in IONAME()
1102 io.get_if<ExternalUnformattedIoStatementState<Direction::Input>>()}) { in IONAME()
H A Ddescriptor-io.h332 auto *externalUnf{io.get_if<ExternalUnformattedIoStatementState<DIR>>()}; in UnformattedDescriptorIO()