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

References

projects/compiler-rt/lib/fuzzer/FuzzerTracePC.h
  191   for (; reinterpret_cast<uintptr_t>(P) & StepMask && P < End; P++)
  191   for (; reinterpret_cast<uintptr_t>(P) & StepMask && P < End; P++)
  191   for (; reinterpret_cast<uintptr_t>(P) & StepMask && P < End; P++)
  192     if (uint8_t V = *P)
  193       Handle8bitCounter(FirstFeature, P - Begin, V);
  196   for (; P < End; P += Step)
  196   for (; P < End; P += Step)
  197     if (LargeType Bundle = *reinterpret_cast<const LargeType *>(P))
  200           Handle8bitCounter(FirstFeature, P - Begin + I, V);
  203   for (; P < End; P++)
  203   for (; P < End; P++)
  204     if (uint8_t V = *P)
  205       Handle8bitCounter(FirstFeature, P - Begin, V);