Home
last modified time | relevance | path

Searched refs:ListDirectedStatementState (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dedit-output.h96 IoStatementState &, ListDirectedStatementState<Direction::Output> &, bool);
101 ListDirectedStatementState<Direction::Output> &, const CHAR *,
104 ListDirectedStatementState<Direction::Output> &, const char *,
107 ListDirectedStatementState<Direction::Output> &, const char16_t *,
110 ListDirectedStatementState<Direction::Output> &, const char32_t *,
H A Dio-stmt.h285 template <Direction> class ListDirectedStatementState; variable
287 class ListDirectedStatementState<Direction::Output>
305 class ListDirectedStatementState<Direction::Input>
392 public ListDirectedStatementState<DIR> {
401 using ListDirectedStatementState<DIR>::GetNextDataEdit;
475 public ListDirectedStatementState<DIR> {
478 using ListDirectedStatementState<DIR>::GetNextDataEdit;
537 public ListDirectedStatementState<DIR> {
540 using ListDirectedStatementState<DIR>::GetNextDataEdit;
H A Dedit-output.cpp596 ListDirectedStatementState<Direction::Output> &list, bool truth) { in ListDirectedLogicalOutput()
625 ListDirectedStatementState<Direction::Output> &list, const CHAR *x, in ListDirectedCharacterOutput()
729 ListDirectedStatementState<Direction::Output> &, const char *,
732 ListDirectedStatementState<Direction::Output> &, const char16_t *,
735 ListDirectedStatementState<Direction::Output> &, const char32_t *,
H A Dnamelist.cpp57 auto *listOutput{io.get_if<ListDirectedStatementState<Direction::Output>>()}; in IONAME()
369 auto *listInput{io.get_if<ListDirectedStatementState<Direction::Input>>()}; in IONAME()
496 if (io.get_if<ListDirectedStatementState<Direction::Input>>()) { in IsNamelistName()
H A Ddescriptor-io.h118 io.get_if<ListDirectedStatementState<Direction::Output>>() != nullptr}; in FormattedComplexIO()
166 auto *listOutput{io.get_if<ListDirectedStatementState<Direction::Output>>()}; in FormattedCharacterIO()
205 auto *listOutput{io.get_if<ListDirectedStatementState<Direction::Output>>()}; in FormattedLogicalIO()
H A Dio-stmt.cpp745 bool ListDirectedStatementState<Direction::Output>::EmitLeadingSpaceOrAdvance( in EmitLeadingSpaceOrAdvance()
764 ListDirectedStatementState<Direction::Output>::GetNextDataEdit( in GetNextDataEdit()
774 ListDirectedStatementState<Direction::Input>::GetNextDataEdit( in GetNextDataEdit()