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

References

tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
  133   if (!D) {
  134     D = (CompoundValData*) BPAlloc.Allocate<CompoundValData>();
  135     new (D) CompoundValData(T, Vals);
  136     CompoundValDataSet.InsertNode(D, InsertPos);
  139   return D;