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

References

projects/compiler-rt/lib/msan/msan_origin.h
   65     return (raw_id_ >> kDepthShift) == (1 << kDepthBits);
   69     return (raw_id_ >> kDepthShift) > (1 << kDepthBits);
  137     return Origin((1 << kHeapShift) | (depth << kDepthShift) | chained_id);
  149   static const u32 kChainedIdMask = ((u32)-1) >> (32 - kDepthShift);
  150   static const u32 kStackIdMask = ((u32)-1) >> (32 - kDepthShift);
  159     return (raw_id_ >> kDepthShift) & ((1 << kDepthBits) - 1);