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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp336 const Expr *AllocExpr = nullptr) const;
1165 const Expr *AllocExpr = cast<Expr>(RsBase->getStmt()); local
1167 AllocExpr);
1397 const Expr *AllocExpr = cast<Expr>(RS->getStmt()); local
1411 if (printAllocDeallocName(AllocOs, C, AllocExpr))
1415 if (printAllocDeallocName(AllocOs, C, AllocExpr))
1435 const Expr *AllocExpr) const {
1443 getCheckIfTracked(C, AllocExpr);
1479 if (AllocExpr && printAllocDeallocName(AllocNameOs, C, AllocExpr))
[all...]
/external/clang/lib/Analysis/
H A DCFG.cpp4112 if (const CXXNewExpr *AllocExpr = NE->getAllocatorExpr())
4113 AllocExpr->getType().print(OS, PrintingPolicy(Helper.getLangOpts()));

Completed in 320 milliseconds