Searched refs:hit_matched (Results 1 – 1 of 1) sorted by relevance
187 Vector<ExpectRace> hit_matched(MBlockScopedBuf); in PrintMatchedBenignRaces() local188 CollectMatchedBenignRaces(&hit_matched, &unique_count, &hit_count, in PrintMatchedBenignRaces()193 if (hit_matched.Size()) { in PrintMatchedBenignRaces()196 for (uptr i = 0; i < hit_matched.Size(); i++) { in PrintMatchedBenignRaces()198 atomic_load_relaxed(&hit_matched[i].hitcount), in PrintMatchedBenignRaces()199 hit_matched[i].file, hit_matched[i].line, hit_matched[i].desc); in PrintMatchedBenignRaces()202 if (hit_matched.Size()) { in PrintMatchedBenignRaces()