Lines Matching refs:ignoreReport
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()
444 if (ignoreReport(CallLoc, Opts, ET)) in handleFunctionTypeMismatch()
478 if (ignoreReport(Loc, Opts, ET)) in handleNonNullReturn()
504 if (ignoreReport(Loc, Opts, ET)) in handleNonNullArg()
534 if (ignoreReport(Loc, Opts, ET)) in handleCFIBadIcall()