Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Ddata-to-inits.cpp37 template <typename DSV = parser::DataStmtValue> class ValueListIterator { class
39 ValueListIterator(SemanticsContext &context, const std::list<DSV> &list) in ValueListIterator() function in Fortran::semantics::ValueListIterator
52 ValueListIterator &operator++() { in operator ++()
78 template <typename DSV> void ValueListIterator<DSV>::SetRepetitionCount() { in SetRepetitionCount()
125 ValueListIterator<DSV> values_;