Lines Matching refs:DeallocExpr
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()
1713 if (printAllocDeallocName(DeallocOs, C, DeallocExpr)) in ReportMismatchedDealloc()
1726 SourceRange Range, const Expr *DeallocExpr, in ReportOffsetFree() argument
1764 if (!printAllocDeallocName(os, C, DeallocExpr)) in ReportOffsetFree()