Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp196 CK_MismatchedDeallocatorChecker, enumerator
952 if (IsOptimistic || ChecksEnabled[CK_MismatchedDeallocatorChecker]) { in checkPostStmt()
1830 else if (ChecksEnabled[CK_MismatchedDeallocatorChecker]) in ReportFreeAlloca()
1831 CheckKind = CK_MismatchedDeallocatorChecker; in ReportFreeAlloca()
1856 if (!ChecksEnabled[CK_MismatchedDeallocatorChecker]) in ReportMismatchedDealloc()
1862 new BugType(CheckNames[CK_MismatchedDeallocatorChecker], in ReportMismatchedDealloc()