Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp184 CK_MismatchedDeallocatorChecker, enumerator
830 if (IsOptimistic || ChecksEnabled[CK_MismatchedDeallocatorChecker]) { in checkPostStmt()
1643 else if (ChecksEnabled[CK_MismatchedDeallocatorChecker]) in ReportFreeAlloca()
1644 CheckKind = CK_MismatchedDeallocatorChecker; in ReportFreeAlloca()
1669 if (!ChecksEnabled[CK_MismatchedDeallocatorChecker]) in ReportMismatchedDealloc()
1675 new BugType(CheckNames[CK_MismatchedDeallocatorChecker], in ReportMismatchedDealloc()