Home | History | Annotate | Download | only in Checkers

Lines Matching refs:checkPostStmt

180   void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
181 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const;
184 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
665 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const {
720 // processed by the checkPostStmt callbacks for CXXNewExpr and
756 void MallocChecker::checkPostStmt(const CXXNewExpr *NE,
1925 void MallocChecker::checkPostStmt(const BlockExpr *BE,