Home | History | Annotate | Download | only in Checkers

Lines Matching defs:checkPreStmt

202   void checkPreStmt(const CXXDeleteExpr *DE, CheckerContext &C) const;
206 void checkPreStmt(const ReturnStmt *S, CheckerContext &C) const;
978 void MallocChecker::checkPreStmt(const CXXDeleteExpr *DE,
2220 void MallocChecker::checkPreStmt(const ReturnStmt *S, CheckerContext &C) const {