Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dio-stmt.h152 template <Direction> class ListDirectedStatementState; variable
154 class ListDirectedStatementState<Direction::Output>
166 class ListDirectedStatementState<Direction::Input>
241 public ListDirectedStatementState<DIR> {
250 using ListDirectedStatementState<DIR>::GetNextDataEdit;
314 public ListDirectedStatementState<DIR> {
317 using ListDirectedStatementState<DIR>::GetNextDataEdit;
Dedit-output.h94 IoStatementState &, ListDirectedStatementState<Direction::Output> &, bool);
97 ListDirectedStatementState<Direction::Output> &, const char *, std::size_t);
Ddescriptor-io.h101 io.get_if<ListDirectedStatementState<Direction::Output>>() != nullptr}; in FormattedComplexIO()
145 auto *listOutput{io.get_if<ListDirectedStatementState<Direction::Output>>()}; in FormattedCharacterIO()
181 auto *listOutput{io.get_if<ListDirectedStatementState<Direction::Output>>()}; in FormattedLogicalIO()
Dio-stmt.cpp512 bool ListDirectedStatementState<Direction::Output>::NeedAdvance( in NeedAdvance()
538 bool ListDirectedStatementState<Direction::Output>::EmitLeadingSpaceOrAdvance( in EmitLeadingSpaceOrAdvance()
557 ListDirectedStatementState<Direction::Output>::GetNextDataEdit( in GetNextDataEdit()
567 ListDirectedStatementState<Direction::Input>::GetNextDataEdit( in GetNextDataEdit()
Dedit-output.cpp418 ListDirectedStatementState<Direction::Output> &list, bool truth) { in ListDirectedLogicalOutput()
437 ListDirectedStatementState<Direction::Output> &list, const char *x, in ListDirectedDefaultCharacterOutput()