Home | History | Annotate | Download | only in ubsan

Lines Matching refs:DL_Error

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