Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DIteratorTest.cpp82 using ConstIntProxyIterator = PointerProxyWrapper<const int, ConstIntProxy>; typedef
128 ConstIntProxyIterator CP(&Number); in TEST()
129 const ConstIntProxyIterator CPC(&Number); in TEST()