Searched refs:DeallocExpr (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 257 const Expr *DeallocExpr) const; 369 const Expr *DeallocExpr) const; 373 const Expr *DeallocExpr, const RefState *RS, 376 const Expr *DeallocExpr, 1600 const Expr *DeallocExpr) const { in ReportBadFree() 1607 getCheckIfTracked(C, DeallocExpr); in ReportBadFree() 1624 if (!printAllocDeallocName(os, C, DeallocExpr)) in ReportBadFree() 1635 printExpectedAllocName(os, C, DeallocExpr); in ReportBadFree() 1672 const Expr *DeallocExpr, in ReportMismatchedDealloc() argument 1696 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc() [all …]
|