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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  125     ID.AddPointer(Data);
  129     return getRawKind() == R.getRawKind() && Data == R.Data;
  129     return getRawKind() == R.getRawKind() && Data == R.Data;
  358     return (const SymExpr *) Data;
  384     return *static_cast<const llvm::APSInt *>(Data);
  425       static_cast<const std::pair<SVal, uintptr_t> *>(Data);
  431       static_cast<const std::pair<SVal, uintptr_t> *>(Data);
  438       static_cast<const std::pair<SVal, uintptr_t> *>(Data);
  464     return static_cast<const CompoundValData *>(Data);
  494     return static_cast<const LazyCompoundValData *>(Data);
  532     return PTMDataType::getFromOpaqueValue(const_cast<void *>(Data));
  581     return static_cast<const LabelDecl *>(Data);
  606     return static_cast<const MemRegion *>(Data);
  645     return *static_cast<const llvm::APSInt *>(Data);
tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
  167   return static_cast<const LazyCompoundValData*>(Data)->getStore();
  171   return static_cast<const LazyCompoundValData*>(Data)->getRegion();