Lines Matching refs:RetE
58 const Expr *RetE) const;
146 const Expr *RetE) const { in EmitStackError()
161 report->addRange(RetE->getSourceRange()); in EmitStackError()
249 const Expr *RetE = RS->getRetValue(); in checkPreStmt() local
250 if (!RetE) in checkPreStmt()
252 RetE = RetE->IgnoreParens(); in checkPreStmt()
254 SVal V = C.getSVal(RetE); in checkPreStmt()
268 if (const ExprWithCleanups *Cleanup = dyn_cast<ExprWithCleanups>(RetE)) in checkPreStmt()
269 RetE = Cleanup->getSubExpr(); in checkPreStmt()
270 if (isa<CXXConstructExpr>(RetE) && RetE->getType()->isRecordType()) in checkPreStmt()
275 if (const auto *ICE = dyn_cast<ImplicitCastExpr>(RetE)) { in checkPreStmt()
282 EmitStackError(C, R, RetE); in checkPreStmt()