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

References

projects/compiler-rt/lib/scudo/standalone/stats.h
   86     for (uptr I = 0; I < StatCount; I++)
   86     for (uptr I = 0; I < StatCount; I++)
   87       S[I] = static_cast<sptr>(S[I]) >= 0 ? S[I] : 0;
   87       S[I] = static_cast<sptr>(S[I]) >= 0 ? S[I] : 0;
   87       S[I] = static_cast<sptr>(S[I]) >= 0 ? S[I] : 0;