Searched refs:ignoreReport (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cc25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { function in namespace:__ubsan
58 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
115 if (ignoreReport(Loc, Opts, ET))
149 if (ignoreReport(Loc, Opts, ET))
190 if (ignoreReport(Loc, Opts, ET))
233 if (ignoreReport(Loc, Opts, ET))
274 if (ignoreReport(Loc, Opts, ET))
326 if (ignoreReport(Loc, Opts, ET))
382 if (ignoreReport(SLoc, Opts, ET))
416 if (ignoreReport(Lo
[all...]
H A Dubsan_handlers_cxx.cc48 if (ignoreReport(Loc, Opts, ET))
103 if (ignoreReport(Loc, Opts, ET))
H A Dubsan_diag.h228 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET);

Completed in 78 milliseconds