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

References

tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  780   if (R)
  781     return R;
  783   R = A.Allocate<StaticGlobalSpaceRegion>();
  784   new (R) StaticGlobalSpaceRegion(this, CR);
  785   return R;