Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.cpp895 ChildIoStatementState<DIR>::ChildIoStatementState( in ChildIoStatementState() function in Fortran::runtime::io::ChildIoStatementState
900 MutableModes &ChildIoStatementState<DIR>::mutableModes() { in mutableModes()
905 ConnectionState &ChildIoStatementState<DIR>::GetConnectionState() { in GetConnectionState()
926 bool ChildIoStatementState<DIR>::Emit( in Emit()
952 void ChildIoStatementState<DIR>::HandleAbsolutePosition(std::int64_t n) { in HandleAbsolutePosition()
957 void ChildIoStatementState<DIR>::HandleRelativePosition(std::int64_t n) { in HandleRelativePosition()
965 : ChildIoStatementState<DIR>{child, sourceFile, sourceLine}, in ChildFormattedIoStatementState()
973 ChildIoStatementState<DIR>::CompleteOperation(); in CompleteOperation()
980 return ChildIoStatementState<DIR>::EndIoStatement(); in EndIoStatement()
1008 template class ChildIoStatementState<Direction::Output>; variable
[all …]
H A Dio-stmt.h490 class ChildIoStatementState : public IoStatementBase,
493 ChildIoStatementState(
514 class ChildFormattedIoStatementState : public ChildIoStatementState<DIR>,
536 class ChildListIoStatementState : public ChildIoStatementState<DIR>,
539 using ChildIoStatementState<DIR>::ChildIoStatementState;
544 class ChildUnformattedIoStatementState : public ChildIoStatementState<DIR> {
546 using ChildIoStatementState<DIR>::ChildIoStatementState;
639 extern template class ChildIoStatementState<Direction::Output>;
640 extern template class ChildIoStatementState<Direction::Input>;