Lines Matching refs:ignoreReport
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()
532 if (ignoreReport(Loc, Opts, ET)) in handleLoadInvalidValue()
592 if (ignoreReport(Loc, Opts, ET)) in handleImplicitConversion()
624 if (ignoreReport(Loc, Opts, ET)) in handleInvalidBuiltin()
649 if (ignoreReport(Loc, Opts, ET)) in handleInvalidObjCCast()
683 if (ignoreReport(Loc, Opts, ET)) in handleNonNullReturn()
728 if (ignoreReport(Loc, Opts, ET)) in handleNonNullArg()
780 if (ignoreReport(Loc, Opts, ET)) in handlePointerOverflowImpl()
834 if (ignoreReport(Loc, Opts, ET)) in handleCFIBadIcall()