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
  253     if (SegmentBlock.Data == nullptr)
  257     new (SegmentBlock.Data) Segment{&SentinelSegment, &SentinelSegment, {0}};
  258     auto SB = reinterpret_cast<Segment *>(SegmentBlock.Data);