Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DIteratorTest.cpp65 struct ConstIntProxy { struct
66 const int &I;
67 ConstIntProxy(const int &I) : I(I) {} in ConstIntProxy() function