Home
last modified time | relevance | path

Searched refs:UptrComparisonFunction (Results 1 – 2 of 2) 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()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cpp57 typedef bool UptrComparisonFunction(const uptr &a, const uptr &b); typedef