Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp383 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()
384 assert(LI != TheLiving.end() && "The primary symbol is not live."); in markDependentsLive()
391 if (TheLiving.contains(I)) in markDependentsLive()
399 TheLiving[sym] = NotProcessed; in markLive()
460 if (TheLiving.count(sym)) { in isLive()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h583 SymbolMapTy TheLiving; variable