Searched refs:AllocExpr (Results 1 – 2 of 2) sorted by relevance
374 const Expr *AllocExpr = nullptr) const;1412 const Expr *AllocExpr = cast<Expr>(RsBase->getStmt()); in FreeMemAux() local1414 AllocExpr); in FreeMemAux()1674 const Expr *AllocExpr = cast<Expr>(RS->getStmt()); in ReportMismatchedDealloc() local1688 if (printAllocDeallocName(AllocOs, C, AllocExpr)) in ReportMismatchedDealloc()1692 if (printAllocDeallocName(AllocOs, C, AllocExpr)) in ReportMismatchedDealloc()1712 const Expr *AllocExpr) const { in ReportOffsetFree()1720 getCheckIfTracked(C, AllocExpr); in ReportOffsetFree()1756 if (AllocExpr && printAllocDeallocName(AllocNameOs, C, AllocExpr)) in ReportOffsetFree()
4203 if (const CXXNewExpr *AllocExpr = NE->getAllocatorExpr()) in print_elem() local4204 AllocExpr->getType().print(OS, PrintingPolicy(Helper.getLangOpts())); in print_elem()