Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dnamelist.cpp369 auto *listInput{io.get_if<ListDirectedStatementState<Direction::Input>>()}; in IONAME() local
370 RUNTIME_CHECK(handler, listInput != nullptr); in IONAME()
477 listInput->ResetForNextNamelistItem(); in IONAME()