Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/test.support/
H A Dtest_proxy.pass.cpp104 Proxy<const int&> p_cref{j}; in testProxy() local
106 assert(p2 == p_cref); in testProxy()
108 assert(p_cref == p2); in testProxy()
110 assert(p_cref == p_cref); in testProxy()
111 assert(p_ref != p_cref); in testProxy()