Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/bounded_ptr_src/
H A Dsubscript.cpp60 QualT& ref4 = ptr[4]; in tests() local
61 _assert(&ref4 == &array[4]); in tests()
81 QualT& ref4 = ptr[3]; in tests() local
82 _assert(&ref4 == &array[4]); in tests()
102 QualT& ref4 = ptr[2]; in tests() local
103 _assert(&ref4 == &array[4]); in tests()
123 QualT& ref4 = ptr[0]; in tests() local
124 _assert(&ref4 == &array[4]); in tests()
144 QualT& ref4 = ptr[-1]; in tests() local
145 _assert(&ref4 == &array[4]); in tests()