Searched refs:DeallocExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 276 const Expr *DeallocExpr) const; 408 const Expr *DeallocExpr) const; 415 const Expr *DeallocExpr, 1779 const Expr *DeallocExpr) const { in ReportBadFree() 1786 getCheckIfTracked(C, DeallocExpr); in ReportBadFree() 1803 if (!printAllocDeallocName(os, C, DeallocExpr)) in ReportBadFree() 1814 printExpectedAllocName(os, C, DeallocExpr); in ReportBadFree() 1851 const Expr *DeallocExpr, in ReportMismatchedDealloc() argument 1875 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc() 1892 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc() [all …]
|