Lines Matching defs:RetE
58 const Expr *RetE) const;
152 const Expr *RetE) const {
167 report->addRange(RetE->getSourceRange());
255 const Expr *RetE = RS->getRetValue();
256 if (!RetE)
258 RetE = RetE->IgnoreParens();
260 SVal V = C.getSVal(RetE);
274 if (const ExprWithCleanups *Cleanup = dyn_cast<ExprWithCleanups>(RetE))
275 RetE = Cleanup->getSubExpr();
276 if (isa<CXXConstructExpr>(RetE) && RetE->getType()->isRecordType())
281 if (const auto *ICE = dyn_cast<ImplicitCastExpr>(RetE)) {
288 EmitStackError(C, R, RetE);