Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/test.support/
H A Dtest_proxy.pass.cpp68 const Proxy<int&> p_ref{k}; in testProxy() local
69 p5 = p_ref; in testProxy()
103 Proxy<int&> p_ref{i}; in testProxy() local
105 assert(p1 == p_ref); in testProxy()
107 assert(p_ref == p1); in testProxy()
109 assert(p_ref == p_ref); in testProxy()
111 assert(p_ref != p_cref); in testProxy()