Lines Matching refs:ref
33 auto& ref = ++ptr; in tests() local
34 _assert(&ref == &ptr); in tests()
39 auto& ref = ++ptr; in tests() local
40 _assert(&ref == &ptr); in tests()
44 auto& ref = ++ptr; in tests() local
45 _assert(&ref == &ptr); in tests()
49 auto& ref = ++ptr; in tests() local
50 _assert(&ref == &ptr); in tests()
54 auto& ref = ++ptr; in tests() local
55 _assert(&ref == &ptr); in tests()
59 auto& ref = --ptr; in tests() local
60 _assert(&ref == &ptr); in tests()
64 auto& ref = --ptr; in tests() local
65 _assert(&ref == &ptr); in tests()
69 auto& ref = --ptr; in tests() local
70 _assert(&ref == &ptr); in tests()
74 auto& ref = --ptr; in tests() local
75 _assert(&ref == &ptr); in tests()
79 auto& ref = --ptr; in tests() local
80 _assert(&ref == &ptr); in tests()