Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cpp301 TEST_P(SortAndDedupTest, SortAndDedup) { in TEST_P() argument
307 SortAndDedup(v); in TEST_P()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common.cpp91 SortAndDedup(suppressed_stacks); in GetSortedSuppressedStacks()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h719 void SortAndDedup(Container &v, Compare comp = {}) {