Searched defs:AllocExpr (Results 1 - 1 of 1) 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...]

Completed in 57 milliseconds