Home | History | Annotate | Download | only in Core

Lines Matching refs:RetE

251     const Expr *RetE = Ret->getRetValue();
252 assert(RetE && "Tracking a return value for a void function");
256 if (RetE->isGLValue()) {
258 SVal RValue = State->getRawSVal(*LValue, RetE->getType());
269 RetE = RetE->IgnoreParenCasts();
275 ReturnVisitor::addVisitorIfNecessary(N, RetE, BR);
280 bugreporter::trackNullOrUndefValue(N, RetE, BR);
295 if (RetE->getType()->isObjCObjectPointerType())
313 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(RetE))