HomeSort by: relevance | last modified time | path
    Searched defs:ignoreReport (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.cc 27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) {
62 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
119 if (ignoreReport(Loc, Opts, ET))
158 if (ignoreReport(Loc, Opts, ET))
202 if (ignoreReport(Loc, Opts, ET))
246 if (ignoreReport(Loc, Opts, ET))
288 if (ignoreReport(Loc, Opts, ET))
343 if (ignoreReport(Loc, Opts, ET))
399 if (ignoreReport(SLoc, Opts, ET))
434 if (ignoreReport(Loc, Opts, ET)
    [all...]
ubsan_handlers.cc 27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) {
62 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
119 if (ignoreReport(Loc, Opts, ET))
158 if (ignoreReport(Loc, Opts, ET))
202 if (ignoreReport(Loc, Opts, ET))
246 if (ignoreReport(Loc, Opts, ET))
288 if (ignoreReport(Loc, Opts, ET))
343 if (ignoreReport(Loc, Opts, ET))
399 if (ignoreReport(SLoc, Opts, ET))
434 if (ignoreReport(Loc, Opts, ET)
    [all...]

Completed in 22 milliseconds