Searched refs:ignoreReport (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.cpp | 27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport() function 103 if (ignoreReport(Loc.getSourceLocation(), Opts, ET)) in handleTypeMismatchImpl() 161 if (ignoreReport(Loc.getSourceLocation(), Opts, ET)) in handleAlignmentAssumptionImpl() 217 if (ignoreReport(Loc, Opts, ET)) in handleIntegerOverflowImpl() 256 if (ignoreReport(Loc, Opts, ET)) in handleNegateOverflowImpl() 300 if (ignoreReport(Loc, Opts, ET)) in handleDivremOverflowImpl() 344 if (ignoreReport(Loc, Opts, ET)) in handleShiftOutOfBoundsImpl() 386 if (ignoreReport(Loc, Opts, ET)) in handleOutOfBoundsImpl() 463 if (ignoreReport(Loc, Opts, ET)) in handleVLABoundNotPositive() 519 if (ignoreReport(SLoc, Opts, ET)) in handleFloatCastOverflow() [all …]
|
| H A D | ubsan_handlers_cxx.cpp | 47 if (ignoreReport(Loc, Opts, ET)) in HandleDynamicTypeCacheMiss() 103 if (ignoreReport(Loc, Opts, ET)) in __ubsan_handle_cfi_bad_type()
|
| H A D | ubsan_diag.h | 211 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET);
|