Searched refs:LValLoc (Results 1 – 1 of 1) sorted by relevance
285 Optional<Loc> LValLoc = LVal.getAs<Loc>(); in checkBeginFunction() local286 if (!LValLoc) in checkBeginFunction()289 SVal InitialVal = State->getSVal(LValLoc.getValue()); in checkBeginFunction()956 Optional<Loc> LValLoc = LVal.getAs<Loc>(); in getValueReleasedByNillingOut() local957 if (!LValLoc) in getValueReleasedByNillingOut()960 SVal CurrentValInIvar = State->getSVal(LValLoc.getValue()); in getValueReleasedByNillingOut()