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 155 SymReaper.markLive(sym);
159 SymReaper.markLive(R);
202 SymReaper.markLive(R->getRegion());
SymbolManager.cpp 386 markLive(*I);
391 void SymbolReaper::markLive(SymbolRef sym) {
397 void SymbolReaper::markLive(const MemRegion *region) {
485 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 47 milliseconds