Home
last modified time | relevance | path

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

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