HomeSort by relevance Sort by last modified time
    Searched refs:ignoreReport (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) {
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(Loc, Opts, ET)
    [all...]
ubsan_handlers_cxx.cc 47 if (ignoreReport(Loc, Opts, ET))
95 if (ignoreReport(Loc, Opts, ET))
ubsan_diag.h 228 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET);

Completed in 43 milliseconds