Home | History | Annotate | Download | only in Checkers

Lines Matching refs:checkPostStmt

185   void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
186 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const;
189 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
572 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const {
607 // processed by the checkPostStmt callbacks for CXXNewExpr and
645 void MallocChecker::checkPostStmt(const CXXNewExpr *NE,
1747 void MallocChecker::checkPostStmt(const BlockExpr *BE,