Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp195 const EnvironmentEntry &BlkExpr = I.getKey(); in removeDeadBindings() local
198 const Expr *E = dyn_cast<Expr>(BlkExpr.getStmt()); in removeDeadBindings()
202 if (SymReaper.isLive(E, BlkExpr.getLocationContext())) { in removeDeadBindings()
204 EBMapRef = EBMapRef.add(BlkExpr, X); in removeDeadBindings()