Searched refs:AllocExpr (Results 1 – 2 of 2) sorted by relevance
377 const Expr *AllocExpr = nullptr) const;1424 const Expr *AllocExpr = cast<Expr>(RsBase->getStmt()); in FreeMemAux() local1426 AllocExpr); in FreeMemAux()1689 const Expr *AllocExpr = cast<Expr>(RS->getStmt()); in ReportMismatchedDealloc() local1703 if (printAllocDeallocName(AllocOs, C, AllocExpr)) in ReportMismatchedDealloc()1707 if (printAllocDeallocName(AllocOs, C, AllocExpr)) in ReportMismatchedDealloc()1727 const Expr *AllocExpr) const { in ReportOffsetFree()1735 getCheckIfTracked(C, AllocExpr); in ReportOffsetFree()1771 if (AllocExpr && printAllocDeallocName(AllocNameOs, C, AllocExpr)) in ReportOffsetFree()
4302 if (const CXXNewExpr *AllocExpr = NE->getAllocatorExpr()) in print_elem() local4303 AllocExpr->getType().print(OS, PrintingPolicy(Helper.getLangOpts())); in print_elem()