Home
last modified time | relevance | path

Searched refs:AllocExpr (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMallocChecker.cpp374 const Expr *AllocExpr = nullptr) const;
1412 const Expr *AllocExpr = cast<Expr>(RsBase->getStmt()); in FreeMemAux() local
1414 AllocExpr); in FreeMemAux()
1674 const Expr *AllocExpr = cast<Expr>(RS->getStmt()); in ReportMismatchedDealloc() local
1688 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()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCFG.cpp4203 if (const CXXNewExpr *AllocExpr = NE->getAllocatorExpr()) in print_elem() local
4204 AllocExpr->getType().print(OS, PrintingPolicy(Helper.getLangOpts())); in print_elem()