Lines Matching defs:IoStatementState

50     IoStatementState &, int) {
507 Fortran::common::optional<DataEdit> IoStatementState::GetNextDataEdit(int n) {
512 bool IoStatementState::Emit(
518 bool IoStatementState::Receive(
524 std::size_t IoStatementState::GetNextInputBytes(const char *&p) {
529 bool IoStatementState::AdvanceRecord(int n) {
533 void IoStatementState::BackspaceRecord() {
537 void IoStatementState::HandleRelativePosition(std::int64_t n) {
541 void IoStatementState::HandleAbsolutePosition(std::int64_t n) {
545 void IoStatementState::CompleteOperation() {
549 int IoStatementState::EndIoStatement() {
553 ConnectionState &IoStatementState::GetConnectionState() {
559 MutableModes &IoStatementState::mutableModes() {
564 bool IoStatementState::BeginReadingRecord() {
569 IoErrorHandler &IoStatementState::GetIoErrorHandler() const {
577 ExternalFileUnit *IoStatementState::GetExternalFileUnit() const {
582 Fortran::common::optional<char32_t> IoStatementState::GetCurrentChar(
614 Fortran::common::optional<char32_t> IoStatementState::NextInField(
674 bool IoStatementState::CheckForEndOfRecord(std::size_t afterReading) {
703 bool IoStatementState::Inquire(
709 bool IoStatementState::Inquire(InquiryKeywordHash inquiry, bool &out) {
714 bool IoStatementState::Inquire(
720 bool IoStatementState::Inquire(InquiryKeywordHash inquiry, std::int64_t &n) {
725 std::int64_t IoStatementState::InquirePos() {
729 void IoStatementState::GotChar(int n) {
734 GetIoErrorHandler().Crash("IoStatementState::GotChar() called for "
749 IoStatementState &io, std::size_t length, bool isCharacter) {
765 IoStatementState &io, int maxRepeat) {
782 IoStatementState &io, int maxRepeat) {