OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:suppress_pc
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc
518
uptr
suppress_pc
= IsSuppressed(rep->typ, suppress_stack1, &supp);
local
519
if (
suppress_pc
== 0)
520
suppress_pc
= IsSuppressed(rep->typ, suppress_stack2, &supp);
521
if (
suppress_pc
== 0)
522
suppress_pc
= IsSuppressed(rep->typ, suppress_loc, &supp);
523
if (
suppress_pc
!= 0) {
524
FiredSuppression s = {srep.GetReport()->typ,
suppress_pc
, supp};
527
if (OnReport(rep,
suppress_pc
!= 0))
Completed in 67 milliseconds