Home | History | Annotate | Download | only in Checkers

Lines Matching defs:checkPreStmt

187   void checkPreStmt(const CXXDeleteExpr *DE, CheckerContext &C) const;
191 void checkPreStmt(const ReturnStmt *S, CheckerContext &C) const;
667 void MallocChecker::checkPreStmt(const CXXDeleteExpr *DE,
1720 void MallocChecker::checkPreStmt(const ReturnStmt *S, CheckerContext &C) const {