Searched refs:SuppressInvalid (Results 1 – 1 of 1) sorted by relevance
91 bool SuppressInvalid(const StackTrace &stack);206 bool LeakSuppressionContext::SuppressInvalid(const StackTrace &stack) { in SuppressInvalid() function in __lsan::LeakSuppressionContext232 if (!SuppressInvalid(stack) && !SuppressByRule(stack, hit_count, total_size)) in Suppress()