Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DIteratorTest.cpp76 using IntIterator = PointerWrapper<int>; typedef
85 static_assert(&IntIterator::operator* == &IntIterator::operator*, "");
86 static_assert(&IntIterator::operator-> == &IntIterator::operator->, "");
87 static_assert(&IntIterator::operator[] == &IntIterator::operator[], "");
104 IntIterator I(&Number); in TEST()
105 const IntIterator IC(&Number); in TEST()