Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp286 Optional<Loc> LValLoc = LVal.getAs<Loc>(); in checkBeginFunction() local
287 if (!LValLoc) in checkBeginFunction()
290 SVal InitialVal = State->getSVal(LValLoc.getValue()); in checkBeginFunction()
958 Optional<Loc> LValLoc = LVal.getAs<Loc>(); in getValueReleasedByNillingOut() local
959 if (!LValLoc) in getValueReleasedByNillingOut()
962 SVal CurrentValInIvar = State->getSVal(LValLoc.getValue()); in getValueReleasedByNillingOut()