Searched refs:LValLoc (Results 1 – 1 of 1) sorted by relevance
292 Optional<Loc> LValLoc = LVal.getAs<Loc>(); in checkBeginFunction() local293 if (!LValLoc) in checkBeginFunction()296 SVal InitialVal = State->getSVal(LValLoc.getValue()); in checkBeginFunction()957 Optional<Loc> LValLoc = LVal.getAs<Loc>(); in getValueReleasedByNillingOut() local958 if (!LValLoc) in getValueReleasedByNillingOut()961 SVal CurrentValInIvar = State->getSVal(LValLoc.getValue()); in getValueReleasedByNillingOut()