Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp367 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()
368 assert(LI != TheLiving.end() && "The primary symbol is not live."); in markDependentsLive()
375 if (TheLiving.find(I) != TheLiving.end()) in markDependentsLive()
383 TheLiving[sym] = NotProcessed; in markLive()
444 if (TheLiving.count(sym)) { in isLive()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h515 SymbolMapTy TheLiving; variable