Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp92 bool SuppressByRule(const StackTrace &stack, uptr hit_count, uptr total_size);
214 bool LeakSuppressionContext::SuppressByRule(const StackTrace &stack, in SuppressByRule() function in __lsan::LeakSuppressionContext
232 if (!SuppressInvalid(stack) && !SuppressByRule(stack, hit_count, total_size)) in Suppress()