Home | History | Annotate | Download | only in Checkers

Lines Matching refs:checkPreStmt

149   void checkPreStmt(const CallExpr *S, CheckerContext &C) const;
154 void checkPreStmt(const ReturnStmt *S, CheckerContext &C) const;
1245 void MallocChecker::checkPreStmt(const CallExpr *CE, CheckerContext &C) const {
1265 void MallocChecker::checkPreStmt(const ReturnStmt *S, CheckerContext &C) const {