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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  440   trim(ArrayRef<const NodeTy *> Nodes,
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  403   NodeTy::Profile(profile, L, State, IsSink);
  404   NodeTy* V = Nodes.FindNodeOrInsertPos(profile, InsertPos);
  413       V = (NodeTy*) getAllocator().Allocate<NodeTy>();
  417     new (V) NodeTy(L, State, NumNodes, IsSink);
  437   NodeTy *V = (NodeTy *) getAllocator().Allocate<NodeTy>();
  437   NodeTy *V = (NodeTy *) getAllocator().Allocate<NodeTy>();
  438   new (V) NodeTy(L, State, Id, IsSink);
  443 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks,