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

References

projects/compiler-rt/lib/xray/xray_segmented_array.h
  252     auto SegmentBlock = Alloc->Allocate();
  312   Array(Array &&O) XRAY_NEVER_INSTRUMENT : Alloc(O.Alloc),
  317     O.Alloc = nullptr;
  325     Alloc = O.Alloc;
  325     Alloc = O.Alloc;
  326     O.Alloc = nullptr;
  347     return *Alloc;