Searched refs:LValLoc (Results 1 – 1 of 1) sorted by relevance
291 std::optional<Loc> LValLoc = LVal.getAs<Loc>(); in checkBeginFunction() local292 if (!LValLoc) in checkBeginFunction()295 SVal InitialVal = State->getSVal(*LValLoc); in checkBeginFunction()947 std::optional<Loc> LValLoc = LVal.getAs<Loc>(); in getValueReleasedByNillingOut() local948 if (!LValLoc) in getValueReleasedByNillingOut()951 SVal CurrentValInIvar = State->getSVal(*LValLoc); in getValueReleasedByNillingOut()