Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DIteratorTest.cpp68 struct ConstIntProxy { struct
69 const int &I;
70 ConstIntProxy(const int &I) : I(I) {} in ConstIntProxy() argument