Lines Matching refs:DeallocExpr
254 const Expr *DeallocExpr) const;
366 const Expr *DeallocExpr) const;
370 const Expr *DeallocExpr, const RefState *RS,
373 const Expr *DeallocExpr,
1592 const Expr *DeallocExpr) const { in ReportBadFree()
1599 getCheckIfTracked(C, DeallocExpr); in ReportBadFree()
1616 if (!printAllocDeallocName(os, C, DeallocExpr)) in ReportBadFree()
1627 printExpectedAllocName(os, C, DeallocExpr); in ReportBadFree()
1664 const Expr *DeallocExpr, in ReportMismatchedDealloc() argument
1688 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc()
1705 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc()
1718 SourceRange Range, const Expr *DeallocExpr, in ReportOffsetFree() argument
1756 if (!printAllocDeallocName(os, C, DeallocExpr)) in ReportOffsetFree()