Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp401 markLive(*I); in markDependentsLive()
406 void SymbolReaper::markLive(SymbolRef sym) { in markLive() function in SymbolReaper
412 void SymbolReaper::markLive(const MemRegion *region) { in markLive() function in SymbolReaper
465 markLive(sym); in isLive()
473 markLive(sym); in isLive()
482 markLive(sym); in isLive()
DEnvironment.cpp156 SymReaper.markLive(sym); in VisitSymbol()
160 SymReaper.markLive(R); in VisitMemRegion()
223 SymReaper.markLive(R); in removeDeadBindings()
DRegionStore.cpp1863 SymReaper.markLive(*SI); in VisitBinding()
1876 SymReaper.markLive(SymR->getSymbol()); in VisitBindingKey()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h598 void markLive(SymbolRef sym);
635 void markLive(const MemRegion *region);