Home | History | Annotate | Download | only in Core

Lines Matching refs:RetE

257     const Expr *RetE = Ret->getRetValue();
258 assert(RetE && "Tracking a return value for a void function");
262 if (RetE->isGLValue()) {
264 SVal RValue = State->getRawSVal(*LValue, RetE->getType());
275 RetE = RetE->IgnoreParenCasts();
281 ReturnVisitor::addVisitorIfNecessary(N, RetE, BR,
287 bugreporter::trackNullOrUndefValue(N, RetE, BR, /*IsArg*/ false,
303 if (RetE->getType()->isObjCObjectPointerType())
321 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(RetE))