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

References

projects/compiler-rt/lib/scudo/standalone/stats.h
   80       S[I] = LocalStats::get(static_cast<StatType>(I));
   83         S[I] += Stats.get(static_cast<StatType>(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;