Home
last modified time | relevance | path

Searched refs:TheLiving (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp370 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()
371 assert(LI != TheLiving.end() && "The primary symbol is not live."); in markDependentsLive()
379 if (TheLiving.find(*I) != TheLiving.end()) in markDependentsLive()
387 TheLiving[sym] = NotProcessed; in markLive()
453 if (TheLiving.count(sym)) { in isLive()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h485 SymbolMapTy TheLiving; variable