Searched refs:ref3 (Results 1 – 1 of 1) sorted by relevance
57 QualT& ref3 = ptr[3]; in tests() local58 _assert(&ref3 == &array[3]); in tests()78 QualT& ref3 = ptr[2]; in tests() local79 _assert(&ref3 == &array[3]); in tests()99 QualT& ref3 = ptr[1]; in tests() local100 _assert(&ref3 == &array[3]); in tests()120 QualT& ref3 = ptr[-1]; in tests() local121 _assert(&ref3 == &array[3]); in tests()141 QualT& ref3 = ptr[-2]; in tests() local142 _assert(&ref3 == &array[3]); in tests()