Searched refs:LValLoc (Results 1 – 1 of 1) sorted by relevance
286 Optional<Loc> LValLoc = LVal.getAs<Loc>(); in checkBeginFunction() local287 if (!LValLoc) in checkBeginFunction()290 SVal InitialVal = State->getSVal(LValLoc.getValue()); in checkBeginFunction()958 Optional<Loc> LValLoc = LVal.getAs<Loc>(); in getValueReleasedByNillingOut() local959 if (!LValLoc) in getValueReleasedByNillingOut()962 SVal CurrentValInIvar = State->getSVal(LValLoc.getValue()); in getValueReleasedByNillingOut()