Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DIteratorTest.cpp65 struct ConstIntProxy { struct
67 ConstIntProxy(const int &I) : I(I) {} in ConstIntProxy() argument
79 using ConstIntProxyIterator = PointerProxyWrapper<const int, ConstIntProxy>;