HomeSort by relevance Sort by last modified time
    Searched defs:DL_Error (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 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,
    [all...]
ubsan_diag.h 85 DL_Error, ///< An error.

Completed in 91 milliseconds