Searched refs:ignoreReport (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport() function 58 if (ignoreReport(Loc.getSourceLocation(), Opts, ET)) in handleTypeMismatchImpl() 115 if (ignoreReport(Loc, Opts, ET)) in handleIntegerOverflowImpl() 149 if (ignoreReport(Loc, Opts, ET)) in handleNegateOverflowImpl() 190 if (ignoreReport(Loc, Opts, ET)) in handleDivremOverflowImpl() 233 if (ignoreReport(Loc, Opts, ET)) in handleShiftOutOfBoundsImpl() 274 if (ignoreReport(Loc, Opts, ET)) in handleOutOfBoundsImpl() 326 if (ignoreReport(Loc, Opts, ET)) in handleVLABoundNotPositive() 382 if (ignoreReport(SLoc, Opts, ET)) in handleFloatCastOverflow() 416 if (ignoreReport(Loc, Opts, ET)) in handleLoadInvalidValue() [all …]
|
D | ubsan_handlers_cxx.cc | 48 if (ignoreReport(Loc, Opts, ET)) in HandleDynamicTypeCacheMiss() 103 if (ignoreReport(Loc, Opts, ET)) in HandleCFIBadType()
|
D | ubsan_diag.h | 228 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET);
|