reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
  386   SymbolMapTy::iterator LI = TheLiving.find(sym);
  387   assert(LI != TheLiving.end() && "The primary symbol is not live.");
  394       if (TheLiving.find(I) != TheLiving.end())
  394       if (TheLiving.find(I) != TheLiving.end())
  402   TheLiving[sym] = NotProcessed;
  463   if (TheLiving.count(sym)) {