Home
last modified time | relevance | path

Searched refs:InputStatementState (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.h52 struct InputStatementState {}; struct
56 InputStatementState, OutputStatementState>;
H A Dformat-implementation.h437 if constexpr (std::is_base_of_v<InputStatementState, CONTEXT>) { in GetNextDataEdit()