Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp292 Optional<Loc> LValLoc = LVal.getAs<Loc>(); in checkBeginFunction() local
293 if (!LValLoc) in checkBeginFunction()
296 SVal InitialVal = State->getSVal(LValLoc.getValue()); in checkBeginFunction()
957 Optional<Loc> LValLoc = LVal.getAs<Loc>(); in getValueReleasedByNillingOut() local
958 if (!LValLoc) in getValueReleasedByNillingOut()
961 SVal CurrentValInIvar = State->getSVal(LValLoc.getValue()); in getValueReleasedByNillingOut()