Home
last modified time | relevance | path

Searched refs:hit_matched (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cpp182 Vector<ExpectRace> hit_matched; in PrintMatchedBenignRaces() local
183 CollectMatchedBenignRaces(&hit_matched, &unique_count, &hit_count, in PrintMatchedBenignRaces()
188 if (hit_matched.Size()) { in PrintMatchedBenignRaces()
191 for (uptr i = 0; i < hit_matched.Size(); i++) { in PrintMatchedBenignRaces()
193 atomic_load_relaxed(&hit_matched[i].hitcount), in PrintMatchedBenignRaces()
194 hit_matched[i].file, hit_matched[i].line, hit_matched[i].desc); in PrintMatchedBenignRaces()
197 if (hit_matched.Size()) { in PrintMatchedBenignRaces()