Searched refs:ref2 (Results 1 – 3 of 3) sorted by relevance
54 QualT& ref2 = ptr[2]; in tests() local55 _assert(&ref2 == &array[2]); in tests()75 QualT& ref2 = ptr[1]; in tests() local76 _assert(&ref2 == &array[2]); in tests()96 QualT& ref2 = ptr[0]; in tests() local97 _assert(&ref2 == &array[2]); in tests()117 QualT& ref2 = ptr[-2]; in tests() local118 _assert(&ref2 == &array[2]); in tests()138 QualT& ref2 = ptr[-3]; in tests() local139 _assert(&ref2 == &array[2]); 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()