Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h217 using const_entry_iterator = variable
219 const_entry_iterator entry_begin() const { return Entries.begin(); } in entry_begin()
220 const_entry_iterator entry_end() const { return Entries.end(); } in entry_end()
222 iterator_range<const_entry_iterator> entries() const { in entries()