Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_common_test.cc169 bool UptrLess(uptr a, uptr b) { in UptrLess() function
179 ASSERT_EQ(InternalBinarySearch(arr, 0, kSize, i * i, UptrLess), i); in TEST()
181 ASSERT_EQ(InternalBinarySearch(arr, 0, kSize, 7, UptrLess), kSize + 1); in TEST()