Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp186 CK_MismatchedDeallocatorChecker, enumerator
841 if (IsOptimistic || ChecksEnabled[CK_MismatchedDeallocatorChecker]) { in checkPostStmt()
1651 else if (ChecksEnabled[CK_MismatchedDeallocatorChecker]) in ReportFreeAlloca()
1652 CheckKind = CK_MismatchedDeallocatorChecker; in ReportFreeAlloca()
1677 if (!ChecksEnabled[CK_MismatchedDeallocatorChecker]) in ReportMismatchedDealloc()
1683 new BugType(CheckNames[CK_MismatchedDeallocatorChecker], in ReportMismatchedDealloc()