Home
last modified time | relevance | path

Searched defs:CountingIntIterator (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/unittests/ADT/
H A DIteratorTest.cpp711 struct CountingIntIterator : IntIterator { struct
712 unsigned *cnt;
714 CountingIntIterator(int *it, unsigned &counter) in CountingIntIterator() function
717 CountingIntIterator(const CountingIntIterator &other) in CountingIntIterator() function
721 CountingIntIterator &operator=(const CountingIntIterator &other) { in operator =()