HomeSort by: relevance | last modified time | path
    Searched refs:DL_Error (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.cc 75 Diag(Loc, DL_Error, ET, "%0 null pointer of type %1")
79 Diag(Loc, DL_Error, ET, "%0 misaligned address %1 for type %3, "
85 Diag(Loc, DL_Error, ET, "%0 address %1 with insufficient space "
129 Diag(Loc, DL_Error, ET, "%0 integer overflow: "
167 Diag(Loc, DL_Error, ET,
172 Diag(Loc, DL_Error, ET, "negation of %0 cannot be represented in type %1")
209 Diag(Loc, DL_Error, ET,
214 Diag(Loc, DL_Error, ET, "division by zero");
253 Diag(Loc, DL_Error, ET, "shift exponent %0 is negative") << RHSVal;
255 Diag(Loc, DL_Error, ET
    [all...]
ubsan_handlers_cxx.cc 53 Diag(Loc, DL_Error, ET,
134 Diag(Loc, DL_Error, ET,
ubsan_diag.cc 345 if (Level == DL_Error) {
356 case DL_Error:
ubsan_diag.h 98 DL_Error, ///< An error.

Completed in 19 milliseconds