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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp319 const Expr *AllocExpr = 0) const;
1055 const Expr *AllocExpr = cast<Expr>(RsBase->getStmt()); local
1057 AllocExpr);
1277 const Expr *AllocExpr = cast<Expr>(RS->getStmt()); local
1291 if (printAllocDeallocName(AllocOs, C, AllocExpr))
1295 if (printAllocDeallocName(AllocOs, C, AllocExpr))
1315 const Expr *AllocExpr) const {
1321 if (!isTrackedByCurrentChecker(C, AllocExpr))
1355 if (AllocExpr && printAllocDeallocName(AllocNameOs, C, AllocExpr))
[all...]

Completed in 103 milliseconds