Lines Matching full:leak
34 SupportsCoverage = Address | Memory | Leak | Undefined | Integer | DataFlow,
310 std::make_pair(Thread, Memory), std::make_pair(Leak, Thread),
311 std::make_pair(Leak, Memory), std::make_pair(KernelAddress, Address),
312 std::make_pair(KernelAddress, Leak),
316 std::make_pair(Efficiency, Leak),
331 // FIXME: Currently -fsanitize=leak is silently ignored in the presence of
333 // -f(-no)sanitize=leak should change whether leak detection is enabled by
693 // We can't make this conditional on -fsanitize=leak, as that flag shouldn't