Lines Matching refs:DL_Error

71     Diag(Loc, DL_Error, "%0 null pointer of type %1")  in handleTypeMismatchImpl()
75 Diag(Loc, DL_Error, "%0 misaligned address %1 for type %3, " in handleTypeMismatchImpl()
81 Diag(Loc, DL_Error, "%0 address %1 with insufficient space " in handleTypeMismatchImpl()
120 Diag(Loc, DL_Error, "%0 integer overflow: " in handleIntegerOverflowImpl()
155 Diag(Loc, DL_Error, in handleNegateOverflowImpl()
160 Diag(Loc, DL_Error, "negation of %0 cannot be represented in type %1") in handleNegateOverflowImpl()
197 Diag(Loc, DL_Error, "division of %0 by -1 cannot be represented in type %1") in handleDivremOverflowImpl()
201 Diag(Loc, DL_Error, "division by zero"); in handleDivremOverflowImpl()
240 Diag(Loc, DL_Error, "shift exponent %0 is negative") << RHSVal; in handleShiftOutOfBoundsImpl()
242 Diag(Loc, DL_Error, "shift exponent %0 is too large for %1-bit type %2") in handleShiftOutOfBoundsImpl()
246 Diag(Loc, DL_Error, "left shift of negative value %0") << LHSVal; in handleShiftOutOfBoundsImpl()
248 Diag(Loc, DL_Error, in handleShiftOutOfBoundsImpl()
280 Diag(Loc, DL_Error, "index %0 out of bounds for type %1") in handleOutOfBoundsImpl()
299 Diag(Data->Loc, DL_Error, "execution reached a __builtin_unreachable() call"); in handleBuiltinUnreachableImpl()
310 Diag(Data->Loc, DL_Error, in handleMissingReturnImpl()
331 Diag(Loc, DL_Error, "variable length array bound evaluates to " in handleVLABoundNotPositive()
391 Diag(Loc, DL_Error, in handleFloatCastOverflow()
421 Diag(Loc, DL_Error, in handleLoadInvalidValue()
454 Diag(CallLoc, DL_Error, in handleFunctionTypeMismatch()
483 Diag(Loc, DL_Error, "null pointer returned from function declared to never " in handleNonNullReturn()
509 Diag(Loc, DL_Error, "null pointer passed as argument %0, which is declared to " in handleNonNullArg()
539 Diag(Loc, DL_Error, "control flow integrity check for type %0 failed during " in handleCFIBadIcall()