Home
last modified time | relevance | path

Searched defs:GetConnectionState (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.h352 ConnectionState &GetConnectionState() { return unit_; } in GetConnectionState() function
599 ConnectionState &GetConnectionState() { return connection_; } in GetConnectionState() function
730 ConnectionState &GetConnectionState() { return connection_; } in GetConnectionState() function
H A Dio-stmt.cpp200 ConnectionState &ExternalIoStatementBase::GetConnectionState() { return unit_; } in GetConnectionState() function in Fortran::runtime::io::ExternalIoStatementBase
544 ConnectionState &IoStatementState::GetConnectionState() { in GetConnectionState() function in Fortran::runtime::io::IoStatementState
905 ConnectionState &ChildIoStatementState<DIR>::GetConnectionState() { in GetConnectionState() function in Fortran::runtime::io::ChildIoStatementState