Lines Matching defs:RS
95 void checkReturnAux(const ReturnStmt *RS, CheckerContext &C) const;
106 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const {
107 checkReturnAux(RS, C);
109 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const {
110 checkReturnAux(RS, C);
249 void MIGChecker::checkReturnAux(const ReturnStmt *RS, CheckerContext &C) const {
266 if (!RS)
273 SVal V = C.getSVal(RS);
288 R->addRange(RS->getSourceRange());
290 N, RS->getRetValue(), *R,