reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1210       ChecksEnabled[CK_MismatchedDeallocatorChecker]) {
 2099   else if (ChecksEnabled[CK_MismatchedDeallocatorChecker])
 2100     CheckKind = CK_MismatchedDeallocatorChecker;
 2125   if (!ChecksEnabled[CK_MismatchedDeallocatorChecker])
 2131           new BugType(CheckNames[CK_MismatchedDeallocatorChecker],