Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/bounded_ptr_src/
H A Dsubscript.cpp57 QualT& ref3 = ptr[3]; in tests() local
58 _assert(&ref3 == &array[3]); in tests()
78 QualT& ref3 = ptr[2]; in tests() local
79 _assert(&ref3 == &array[3]); in tests()
99 QualT& ref3 = ptr[1]; in tests() local
100 _assert(&ref3 == &array[3]); in tests()
120 QualT& ref3 = ptr[-1]; in tests() local
121 _assert(&ref3 == &array[3]); in tests()
141 QualT& ref3 = ptr[-2]; in tests() local
142 _assert(&ref3 == &array[3]); in tests()