Home | History | Annotate | Download | only in Checkers

Lines Matching refs:checkPostStmt

202   void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
203 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const;
206 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
748 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const {
814 // processed by the checkPostStmt callbacks for CXXNewExpr and
962 void MallocChecker::checkPostStmt(const CXXNewExpr *NE,
2255 void MallocChecker::checkPostStmt(const BlockExpr *BE,