Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.h35 class InquireIOLengthState; variable
241 std::reference_wrapper<InquireIOLengthState>,
694 class InquireIOLengthState : public NoUnitIoStatementState,
697 InquireIOLengthState(const char *sourceFile = nullptr, int sourceLine = 0);
H A Dio-stmt.cpp1508 InquireIOLengthState::InquireIOLengthState( in InquireIOLengthState() function in Fortran::runtime::io::InquireIOLengthState
1512 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()
H A Dio-api.cpp507 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()
H A Ddescriptor-io.h335 DIR == Direction::Output ? io.get_if<InquireIOLengthState>() : nullptr}; in UnformattedDescriptorIO()