Home | History | Annotate | Download | only in Checkers

Lines Matching defs:RetExpr

471   auto RetExpr = S->getRetValue();
472 if (!RetExpr)
475 if (!RetExpr->getType()->isAnyPointerType())
506 RetExpr);