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

References

tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
  174     SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>();
  193     SD = (SymExpr*) BPAlloc.Allocate<SymbolConjured>();
  210     SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>();
  226     SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>();
  244     SD = (SymExpr*) BPAlloc.Allocate<SymbolMetadata>();
  261     data = (SymbolCast*) BPAlloc.Allocate<SymbolCast>();
  279     data = (SymIntExpr*) BPAlloc.Allocate<SymIntExpr>();
  297     data = (IntSymExpr*) BPAlloc.Allocate<IntSymExpr>();
  315     data = (SymSymExpr*) BPAlloc.Allocate<SymSymExpr>();