Home | History | Annotate | Download | only in Core

Lines Matching defs:RetVal

207     SVal RetVal = State->getSVal(S, Node->getLocationContext());
211 if (Optional<Loc> LValue = RetVal.getAs<Loc>())
212 RetVal = State->getSVal(*LValue);
221 if (Optional<Loc> RetLoc = RetVal.getAs<Loc>())