Home | History | Annotate | Download | only in Checkers

Lines Matching full:leaks

1 //==-- RetainCountChecker.cpp - Checks for leaks and other issues -*- C++ -*--//
963 // RetainCount checker to report leaks and use-after-free if SelfInit checker
1689 // Leaks should not be reported if they are post-dominated by a sink.
2335 // With leaks, we want to unique them by the location where they were
2370 // leaks should be uniqued on the allocation site.
3348 // Any leaks or other errors?
3652 // If the current LocationContext has a parent, don't check for leaks.