Home | History | Annotate | Download | only in ubsan

Lines Matching full:dl_error

40     Diag(Loc, DL_Error, "%0 null pointer of type %1")
43 Diag(Loc, DL_Error, "%0 misaligned address %1 for type %3, "
48 Diag(Loc, DL_Error, "%0 address %1 with insufficient space "
73 Diag(Loc, DL_Error, "%0 integer overflow: "
119 Diag(Loc, DL_Error,
124 Diag(Loc, DL_Error,
143 Diag(Loc, DL_Error,
147 Diag(Loc, DL_Error, "division by zero");
166 Diag(Loc, DL_Error, "shift exponent %0 is negative") << RHSVal;
168 Diag(Loc, DL_Error,
172 Diag(Loc, DL_Error, "left shift of negative value %0") << LHSVal;
174 Diag(Loc, DL_Error,
193 Diag(Loc, DL_Error, "index %0 out of bounds for type %1")
203 Diag(Data->Loc, DL_Error, "execution reached a __builtin_unreachable() call");
208 Diag(Data->Loc, DL_Error,
220 Diag(Loc, DL_Error, "variable length array bound evaluates to "
234 Diag(getCallerLocation(), DL_Error,
241 Diag(getCallerLocation(), DL_Error,
253 Diag(Loc, DL_Error,
270 Diag(Data->Loc, DL_Error,