Searched refs:ignoreReport (Results 1 – 6 of 6) 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);
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
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() 441 if (ignoreReport(Loc, Opts, ET)) in handleVLABoundNotPositive() 497 if (ignoreReport(SLoc, Opts, ET)) in handleFloatCastOverflow() [all …]
|
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() 171 if (ignoreReport(CallLoc, Opts, ET)) in handleFunctionTypeMismatch()
|
D | ubsan_diag.h | 231 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET);
|