Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dio-stmt.h202 ConnectionState &GetConnectionState() { return unit_; } in GetConnectionState() function
373 ConnectionState &GetConnectionState() { return connection_; } in GetConnectionState() function
Dio-stmt.cpp171 ConnectionState &ExternalIoStatementBase::GetConnectionState() { return unit_; } in GetConnectionState() function in Fortran::runtime::io::ExternalIoStatementBase
381 ConnectionState &IoStatementState::GetConnectionState() { in GetConnectionState() function in Fortran::runtime::io::IoStatementState