Home
last modified time | relevance | path

Searched refs:GetConnectionState (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/runtime/
Dio-api.cpp405 ConnectionState &connection{io.GetConnectionState()}; in IONAME()
417 ConnectionState &connection{io.GetConnectionState()}; in IONAME()
436 ConnectionState &connection{io.GetConnectionState()}; in IONAME()
454 ConnectionState &connection{io.GetConnectionState()}; in IONAME()
475 ConnectionState &connection{io.GetConnectionState()}; in IONAME()
483 ConnectionState &connection{io.GetConnectionState()}; in IONAME()
504 ConnectionState &connection{io.GetConnectionState()}; in IONAME()
528 ConnectionState &connection{io.GetConnectionState()}; in IONAME()
559 ConnectionState &connection{io.GetConnectionState()}; in IONAME()
Dio-stmt.h70 ConnectionState &GetConnectionState();
202 ConnectionState &GetConnectionState() { return unit_; } in GetConnectionState() function
263 ConnectionState &GetConnectionState();
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
383 [](auto &x) -> ConnectionState & { return x.get().GetConnectionState(); }, in GetConnectionState()
480 const ConnectionState &connection{GetConnectionState()}; in NextInField()
543 const ConnectionState &connection{io.GetConnectionState()}; in EmitLeadingSpaceOrAdvance()
570 ConnectionState &connection{io.GetConnectionState()}; in GetNextDataEdit()
Dedit-output.cpp84 io.GetConnectionState().RemainingSpaceInRecord() && in EditIntegerOutput()
137 ConnectionState &connection{io_.GetConnectionState()}; in EmitPrefix()
441 ConnectionState &connection{io.GetConnectionState()}; in ListDirectedDefaultCharacterOutput()