Searched refs:InquireIOLengthState (Results 1 – 4 of 4) sorted by relevance
35 class InquireIOLengthState; variable241 std::reference_wrapper<InquireIOLengthState>,694 class InquireIOLengthState : public NoUnitIoStatementState,697 InquireIOLengthState(const char *sourceFile = nullptr, int sourceLine = 0);
1508 InquireIOLengthState::InquireIOLengthState( in InquireIOLengthState() function in Fortran::runtime::io::InquireIOLengthState1512 bool InquireIOLengthState::Emit(const char *, std::size_t n, std::size_t) { in Emit()1517 bool InquireIOLengthState::Emit(const char *p, std::size_t n) { in Emit()1522 bool InquireIOLengthState::Emit(const char16_t *p, std::size_t n) { in Emit()1527 bool InquireIOLengthState::Emit(const char32_t *p, std::size_t n) { in Emit()
507 return &New<InquireIOLengthState>{oom}(sourceFile, sourceLine) in IONAME()1084 } else if (auto *inq{io.get_if<InquireIOLengthState>()}) { in IONAME()1340 if (const auto *inq{io.get_if<InquireIOLengthState>()}) { in IONAME()
335 DIR == Direction::Output ? io.get_if<InquireIOLengthState>() : nullptr}; in UnformattedDescriptorIO()