Searched refs:ignoreReport (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 24 static bool ignoreReport(SourceLocation SLoc, ReportOptions Opts) { in ignoreReport() function 45 if (ignoreReport(Loc.getSourceLocation(), Opts)) in handleTypeMismatchImpl() 90 if (ignoreReport(Loc, Opts)) in handleIntegerOverflowImpl() 119 if (ignoreReport(Loc, Opts)) in handleNegateOverflowImpl() 150 if (ignoreReport(Loc, Opts)) in handleDivremOverflowImpl() 182 if (ignoreReport(Loc, Opts)) in handleShiftOutOfBoundsImpl() 221 if (ignoreReport(Loc, Opts)) in handleOutOfBoundsImpl() 271 if (ignoreReport(Loc, Opts)) in handleVLABoundNotPositive() 321 if (ignoreReport(Loc, Opts)) in handleLoadInvalidValue() 347 if (ignoreReport(CallLoc, Opts)) in handleFunctionTypeMismatch() [all …]
|