Searched refs:ref1 (Results 1 – 3 of 3) sorted by relevance
51 QualT& ref1 = ptr[1]; in tests() local52 _assert(&ref1 == &array[1]); in tests()72 QualT& ref1 = ptr[0]; in tests() local73 _assert(&ref1 == &array[1]); in tests()93 QualT& ref1 = ptr[-1]; in tests() local94 _assert(&ref1 == &array[1]); in tests()114 QualT& ref1 = ptr[-3]; in tests() local115 _assert(&ref1 == &array[1]); in tests()135 QualT& ref1 = ptr[-4]; in tests() local136 _assert(&ref1 == &array[1]); in tests()
155 extern int SecureDTEntryIsEqual(const DTEntry ref1, const DTEntry ref2);
271 SecureDTEntryIsEqual(const DTEntry ref1, const DTEntry ref2) in SecureDTEntryIsEqual() argument274 return ref1 == ref2; in SecureDTEntryIsEqual()