Home | History | Annotate | Download | only in Checkers

Lines Matching defs:checkPostStmt

200   void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
201 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const;
204 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
738 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const {
803 // processed by the checkPostStmt callbacks for CXXNewExpr and
951 void MallocChecker::checkPostStmt(const CXXNewExpr *NE,
2247 void MallocChecker::checkPostStmt(const BlockExpr *BE,