Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp285 Optional<Loc> LValLoc = LVal.getAs<Loc>(); in checkBeginFunction() local
286 if (!LValLoc) in checkBeginFunction()
289 SVal InitialVal = State->getSVal(LValLoc.getValue()); in checkBeginFunction()
956 Optional<Loc> LValLoc = LVal.getAs<Loc>(); in getValueReleasedByNillingOut() local
957 if (!LValLoc) in getValueReleasedByNillingOut()
960 SVal CurrentValInIvar = State->getSVal(LValLoc.getValue()); in getValueReleasedByNillingOut()