Home
last modified time | relevance | path

Searched refs:GetNextInputBytes (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.cpp34 std::size_t IoStatementBase::GetNextInputBytes(const char *&p) { in GetNextInputBytes() function in Fortran::runtime::io::IoStatementBase
106 std::size_t InternalIoStatementState<DIR, CHAR>::GetNextInputBytes( in GetNextInputBytes() function in Fortran::runtime::io::InternalIoStatementState
108 return unit_.GetNextInputBytes(p, *this); in GetNextInputBytes()
388 std::size_t ExternalIoStatementState<DIR>::GetNextInputBytes(const char *&p) { in GetNextInputBytes() function in Fortran::runtime::io::ExternalIoStatementState
389 return unit().GetNextInputBytes(p, *this); in GetNextInputBytes()
515 std::size_t IoStatementState::GetNextInputBytes(const char *&p) { in GetNextInputBytes() function in Fortran::runtime::io::IoStatementState
517 [&](auto &x) { return x.get().GetNextInputBytes(p); }, u_); in GetNextInputBytes()
576 std::size_t bytes{GetNextInputBytes(p)}; in GetCurrentChar()
947 std::size_t ChildIoStatementState<DIR>::GetNextInputBytes(const char *&p) { in GetNextInputBytes() function in Fortran::runtime::io::ChildIoStatementState
948 return child_.parent().GetNextInputBytes(p); in GetNextInputBytes()
H A Dinternal-unit.h34 std::size_t GetNextInputBytes(const char *&, IoErrorHandler &);
H A Dio-stmt.h96 std::size_t GetNextInputBytes(const char *&);
263 std::size_t GetNextInputBytes(const char *&);
349 std::size_t GetNextInputBytes(const char *&);
438 std::size_t GetNextInputBytes(const char *&);
505 std::size_t GetNextInputBytes(const char *&);
H A Dinternal-unit.cpp87 std::size_t InternalDescriptorUnit<DIR>::GetNextInputBytes( in GetNextInputBytes() function in Fortran::runtime::io::InternalDescriptorUnit
H A Dunit.h87 std::size_t GetNextInputBytes(const char *&, IoErrorHandler &);
H A Dedit-input.cpp388 std::size_t got{io.GetNextInputBytes(str)}; in TryFastPathRealInput()
721 ready = io.GetNextInputBytes(input); in EditCharacterInput()
H A Dunit.cpp365 std::size_t ExternalFileUnit::GetNextInputBytes( in GetNextInputBytes() function in Fortran::runtime::io::ExternalFileUnit