Lines Matching refs:Diag

117     Diag(Loc, DL_Error, ET, "%0 null pointer of type %1")  in handleTypeMismatchImpl()
121 Diag(Loc, DL_Error, ET, "%0 misaligned address %1 for type %3, " in handleTypeMismatchImpl()
127 Diag(Loc, DL_Error, ET, "%0 address %1 with insufficient space " in handleTypeMismatchImpl()
136 Diag(Pointer, DL_Note, ET, "pointer points here"); in handleTypeMismatchImpl()
174 Diag(Loc, DL_Error, ET, in handleAlignmentAssumptionImpl()
178 Diag(Loc, DL_Error, ET, in handleAlignmentAssumptionImpl()
185 Diag(AssumptionLoc, DL_Note, ET, "alignment assumption was specified here"); in handleAlignmentAssumptionImpl()
187 Diag(RealPointer, DL_Note, ET, in handleAlignmentAssumptionImpl()
227 Diag(Loc, DL_Error, ET, "%0 integer overflow: " in handleIntegerOverflowImpl()
265 Diag(Loc, DL_Error, ET, in handleNegateOverflowImpl()
270 Diag(Loc, DL_Error, ET, "negation of %0 cannot be represented in type %1") in handleNegateOverflowImpl()
307 Diag(Loc, DL_Error, ET, in handleDivremOverflowImpl()
312 Diag(Loc, DL_Error, ET, "division by zero"); in handleDivremOverflowImpl()
351 Diag(Loc, DL_Error, ET, "shift exponent %0 is negative") << RHSVal; in handleShiftOutOfBoundsImpl()
353 Diag(Loc, DL_Error, ET, in handleShiftOutOfBoundsImpl()
358 Diag(Loc, DL_Error, ET, "left shift of negative value %0") << LHSVal; in handleShiftOutOfBoundsImpl()
360 Diag(Loc, DL_Error, ET, in handleShiftOutOfBoundsImpl()
392 Diag(Loc, DL_Error, ET, "index %0 out of bounds for type %1") in handleOutOfBoundsImpl()
412 Diag(Data->Loc, DL_Error, ET, in handleBuiltinUnreachableImpl()
425 Diag(Data->Loc, DL_Error, ET, in handleMissingReturnImpl()
446 Diag(Loc, DL_Error, ET, "variable length array bound evaluates to " in handleVLABoundNotPositive()
506 Diag(Loc, DL_Error, ET, in handleFloatCastOverflow()
537 Diag(Loc, DL_Error, ET, in handleLoadInvalidValue()
599 Diag(Loc, DL_Error, ET, in handleImplicitConversion()
606 Diag(Loc, DL_Error, ET, in handleImplicitConversion()
636 Diag(Loc, DL_Error, ET, in handleInvalidBuiltin()
664 Diag(Loc, DL_Error, ET, in handleInvalidObjCCast()
695 Diag(Loc, DL_Error, ET, in handleNonNullReturn()
698 Diag(Data->AttrLoc, DL_Note, ET, "%0 specified here") in handleNonNullReturn()
740 Diag(Loc, DL_Error, ET, in handleNonNullArg()
745 Diag(Data->AttrLoc, DL_Note, ET, "%0 specified here") in handleNonNullArg()
793 Diag(Loc, DL_Error, ET, "applying zero offset to null pointer"); in handlePointerOverflowImpl()
795 Diag(Loc, DL_Error, ET, "applying non-zero offset %0 to null pointer") in handlePointerOverflowImpl()
798 Diag( in handlePointerOverflowImpl()
804 Diag(Loc, DL_Error, ET, in handlePointerOverflowImpl()
808 Diag(Loc, DL_Error, ET, in handlePointerOverflowImpl()
812 Diag(Loc, DL_Error, ET, in handlePointerOverflowImpl()
849 Diag(Loc, DL_Error, ET, in handleCFIBadIcall()
857 Diag(FLoc, DL_Note, ET, "%0 defined here") << FName; in handleCFIBadIcall()
870 Diag(Loc, DL_Note, ET, in handleCFIBadIcall()
940 Diag(CallLoc, DL_Error, ET, in handleFunctionTypeMismatch()
943 Diag(FLoc, DL_Note, ET, "%0 defined here") << FName; in handleFunctionTypeMismatch()