Searched refs:CK_MismatchedDeallocatorChecker (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp186 CK_MismatchedDeallocatorChecker, enumerator in enum:__anon1627::MallocChecker::CheckKind
841 if (IsOptimistic || ChecksEnabled[CK_MismatchedDeallocatorChecker]) {
1651 else if (ChecksEnabled[CK_MismatchedDeallocatorChecker])
1652 CheckKind = CK_MismatchedDeallocatorChecker;
1677 if (!ChecksEnabled[CK_MismatchedDeallocatorChecker])
1683 new BugType(CheckNames[CK_MismatchedDeallocatorChecker],

Completed in 79 milliseconds