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

References

tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  176   if (type->isNullPtrType())
  177     return makeZeroVal(type);
  179   if (!SymbolManager::canSymbolicate(type))
  182   SymbolRef sym = SymMgr.conjureSymbol(stmt, LCtx, type, visitCount);
  184   if (Loc::isLocType(type))