Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cpp65 ASSERT_TRUE(into.can_merge(&from)); in TEST()
73 ASSERT_FALSE(into.can_merge(&from)); in TEST()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h51 bool can_merge(const QuarantineBatch* const from) const { in can_merge() function
254 if (current->can_merge(current->next)) { in MergeBatches()