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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp285 Optional<Loc> LValLoc = LVal.getAs<Loc>(); local
286 if (!LValLoc)
289 SVal InitialVal = State->getSVal(LValLoc.getValue());
956 Optional<Loc> LValLoc = LVal.getAs<Loc>(); local
957 if (!LValLoc)
960 SVal CurrentValInIvar = State->getSVal(LValLoc.getValue());

Completed in 109 milliseconds