Lines Matching refs:DeallocExpr
276 const Expr *DeallocExpr) const;
408 const Expr *DeallocExpr) const;
412 const Expr *DeallocExpr, const RefState *RS,
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()
1905 SourceRange Range, const Expr *DeallocExpr, in ReportOffsetFree() argument
1943 if (!printAllocDeallocName(os, C, DeallocExpr)) in ReportOffsetFree()