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

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  506     if (hash[0] == other.hash[0] && hash[1] == other.hash[1])
  506     if (hash[0] == other.hash[0] && hash[1] == other.hash[1])
  506     if (hash[0] == other.hash[0] && hash[1] == other.hash[1])
  506     if (hash[0] == other.hash[0] && hash[1] == other.hash[1])
  508     if (hash[0] == other.hash[1] && hash[1] == other.hash[0])
  508     if (hash[0] == other.hash[1] && hash[1] == other.hash[0])
  508     if (hash[0] == other.hash[1] && hash[1] == other.hash[0])
  508     if (hash[0] == other.hash[1] && hash[1] == other.hash[0])
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  451       hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr));
  452       hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr));
  493     hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr));
  494     hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr));