Home | History | Annotate | Download | only in Checkers

Lines Matching refs:RetE

39                       const Expr *RetE) const;
96 const Expr *RetE) const {
112 report->addRange(RetE->getSourceRange());
122 const Expr *RetE = RS->getRetValue();
123 if (!RetE)
125 RetE = RetE->IgnoreParens();
128 SVal V = C.getState()->getSVal(RetE, LCtx);
154 if (const ExprWithCleanups *Cleanup = dyn_cast<ExprWithCleanups>(RetE))
155 RetE = Cleanup->getSubExpr();
156 if (isa<CXXConstructExpr>(RetE) && RetE->getType()->isRecordType())
161 if (auto *ICE = dyn_cast<ImplicitCastExpr>(RetE)) {
168 EmitStackError(C, R, RetE);