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

References

tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
   98   if (!P) {
   99     P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
  100     new (P) FoldNodeTy(X);
  101     APSIntSet.InsertNode(P, InsertPos);
  104   return *P;