Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp286 std::optional<Loc> IVarLoc = C.getSVal(IRE).getAs<Loc>(); in checkPostStmt() local
287 if (!IVarLoc) in checkPostStmt()
291 SymbolRef Sym = State->getSVal(*IVarLoc).getAsSymbol(); in checkPostStmt()