Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DIteratorTest.cpp63 struct IntProxy { struct
65 IntProxy(int &I) : I(I) {} in IntProxy() argument
81 using IntProxyIterator = PointerProxyWrapper<int, IntProxy>;