Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dio-stmt.h381 RT_API_ATTRS ConnectionState &GetConnectionState() { return unit_; } GetConnectionState() function
647 RT_API_ATTRS ConnectionState &GetConnectionState() { return connection_; } GetConnectionState() function
777 RT_API_ATTRS ConnectionState &GetConnectionState() { return connection_; } GetConnectionState() function
H A Dio-stmt.cpp232 ConnectionState &ExternalIoStatementBase::GetConnectionState() { return unit_; } GetConnectionState() function in Fortran::runtime::io::ExternalIoStatementBase
532 ConnectionState &IoStatementState::GetConnectionState() { GetConnectionState() function in Fortran::runtime::io::IoStatementState
906 ConnectionState &ChildIoStatementState<DIR>::GetConnectionState() { GetConnectionState() function in Fortran::runtime::io::ChildIoStatementState
/llvm-project/flang/unittests/Runtime/
H A DFormat.cpp36 ConnectionState &GetConnectionState() { return connectionState_; } in GetConnectionState() function in TestFormatContext