Home | History | Annotate | Download | only in Checkers

Lines Matching refs:ReturnStmt

120                                      check::PreStmt<ReturnStmt>,
154 void checkPreStmt(const ReturnStmt *S, CheckerContext &C) const;
1265 void MallocChecker::checkPreStmt(const ReturnStmt *S, CheckerContext &C) const {