Home
last modified time | relevance | path

Searched refs:ignoreReport (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc25 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 …]
Dubsan_handlers_cxx.cc48 if (ignoreReport(Loc, Opts, ET)) in HandleDynamicTypeCacheMiss()
103 if (ignoreReport(Loc, Opts, ET)) in HandleCFIBadType()
Dubsan_diag.h228 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET);
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_handlers.cpp27 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 …]
Dubsan_handlers_cxx.cpp47 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()
Dubsan_diag.h231 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET);