HomeSort by relevance Sort by last modified time
    Searched refs:markLive (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 129 SymReaper.markLive(sym);
133 SymReaper.markLive(R);
SymbolManager.cpp 381 markLive(*I);
386 void SymbolReaper::markLive(SymbolRef sym) {
392 void SymbolReaper::markLive(const MemRegion *region) {
403 markLive(*SI);
495 markLive(sym);
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 604 void markLive(SymbolRef sym);
641 void markLive(const MemRegion *region);

Completed in 83 milliseconds