Lines Matching refs:RetE
58 const Expr *RetE) const;
154 const Expr *RetE) const { in EmitStackError()
169 report->addRange(RetE->getSourceRange()); in EmitStackError()
257 const Expr *RetE = RS->getRetValue(); in checkPreStmt() local
258 if (!RetE) in checkPreStmt()
260 RetE = RetE->IgnoreParens(); in checkPreStmt()
262 SVal V = C.getSVal(RetE); in checkPreStmt()
277 if (const ExprWithCleanups *Cleanup = dyn_cast<ExprWithCleanups>(RetE)) in checkPreStmt()
278 RetE = Cleanup->getSubExpr(); in checkPreStmt()
279 if (isa<CXXConstructExpr>(RetE) && RetE->getType()->isRecordType()) in checkPreStmt()
284 if (const auto *ICE = dyn_cast<ImplicitCastExpr>(RetE)) { in checkPreStmt()
291 EmitStackError(C, R, RetE); in checkPreStmt()