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 128 SymReaper.markLive(sym);
132 SymReaper.markLive(R);
175 SymReaper.markLive(R->getRegion());
SymbolManager.cpp 381 markLive(*I);
386 void SymbolReaper::markLive(SymbolRef sym) {
392 void SymbolReaper::markLive(const MemRegion *region) {
483 markLive(sym);
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 606 void markLive(SymbolRef sym);
643 void markLive(const MemRegion *region);

Completed in 519 milliseconds