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

  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 250 void SymbolReaper::markLive(SymbolRef sym) {
299 markLive(sym);
307 markLive(sym);
316 markLive(sym);
BasicStore.cpp 309 SymReaper.markLive(*SI);
321 SymReaper.markLive(SymR->getSymbol());
334 SymReaper.markLive(*SI);
Environment.cpp 128 bool VisitSymbol(SymbolRef sym) { SymReaper.markLive(sym); return true; }
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 436 // markLive - Unconditionally marks a symbol as live. This should never be
439 void markLive(SymbolRef sym);

Completed in 518 milliseconds