Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc159 typedef bool UptrComparisonFunction(const uptr &a, const uptr &b); typedef
167 InternalSort<uptr*, UptrComparisonFunction>(&array, size, CompareLess); in SortArray()