Home
last modified time | relevance | path

Searched refs:LValLoc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp291 std::optional<Loc> LValLoc = LVal.getAs<Loc>(); in checkBeginFunction() local
292 if (!LValLoc) in checkBeginFunction()
295 SVal InitialVal = State->getSVal(*LValLoc); in checkBeginFunction()
947 std::optional<Loc> LValLoc = LVal.getAs<Loc>(); in getValueReleasedByNillingOut() local
948 if (!LValLoc) in getValueReleasedByNillingOut()
951 SVal CurrentValInIvar = State->getSVal(*LValLoc); in getValueReleasedByNillingOut()