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