Lines Matching refs:ScopedReport
67 ScopedReport R(Opts, Loc, ET); in handleTypeMismatchImpl()
118 ScopedReport R(Opts, Loc, ET); in handleIntegerOverflowImpl()
152 ScopedReport R(Opts, Loc, ET); in handleNegateOverflowImpl()
193 ScopedReport R(Opts, Loc, ET); in handleDivremOverflowImpl()
236 ScopedReport R(Opts, Loc, ET); in handleShiftOutOfBoundsImpl()
277 ScopedReport R(Opts, Loc, ET); in handleOutOfBoundsImpl()
298 ScopedReport R(Opts, Data->Loc, ErrorType::UnreachableCall); in handleBuiltinUnreachableImpl()
309 ScopedReport R(Opts, Data->Loc, ErrorType::MissingReturn); in handleMissingReturnImpl()
329 ScopedReport R(Opts, Loc, ET); in handleVLABoundNotPositive()
389 ScopedReport R(Opts, Loc, ET); in handleFloatCastOverflow()
419 ScopedReport R(Opts, Loc, ET); in handleLoadInvalidValue()
447 ScopedReport R(Opts, CallLoc, ET); in handleFunctionTypeMismatch()
481 ScopedReport R(Opts, Loc, ET); in handleNonNullReturn()
507 ScopedReport R(Opts, Loc, ET); in handleNonNullArg()
537 ScopedReport R(Opts, Loc, ET); in handleCFIBadIcall()