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

References

tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
   77       BCounterFactory(G.getAllocator()), FunctionSummaries(FS) {}
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  238     V = G.getAllocator().Allocate<ExplodedNodeVector>();
  413       V = (NodeTy*) getAllocator().Allocate<NodeTy>();
  437   NodeTy *V = (NodeTy *) getAllocator().Allocate<NodeTy>();
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  211                mgr.getConstraintManagerCreator(), G.getAllocator(),