Home
last modified time | relevance | path

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

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