Searched refs:DL_Error (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cc40 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,
234 Diag(getCallerLocation(), DL_Error, local
241 Diag(getCallerLocation(), DL_Error, local
[all...]
H A Dubsan_handlers_cxx.cc40 Diag(Loc, DL_Error,
H A Dubsan_diag.h91 DL_Error, ///< An error. enumerator in enum:__ubsan::DiagLevel
H A Dubsan_diag.cc285 case DL_Error:

Completed in 294 milliseconds