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

References

tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  233   if (!V) {
  238     V = G.getAllocator().Allocate<ExplodedNodeVector>();
  239     new (V) ExplodedNodeVector(Ctx, 4);
  240     V->push_back(Old, Ctx);
  242     Storage = V;
  247   V->push_back(N, G.getNodeAllocator());