Searched refs:DL_Error (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 71 Diag(Loc, DL_Error, "%0 null pointer of type %1") in handleTypeMismatchImpl() 75 Diag(Loc, DL_Error, "%0 misaligned address %1 for type %3, " in handleTypeMismatchImpl() 81 Diag(Loc, DL_Error, "%0 address %1 with insufficient space " in handleTypeMismatchImpl() 120 Diag(Loc, DL_Error, "%0 integer overflow: " in handleIntegerOverflowImpl() 155 Diag(Loc, DL_Error, in handleNegateOverflowImpl() 160 Diag(Loc, DL_Error, "negation of %0 cannot be represented in type %1") in handleNegateOverflowImpl() 197 Diag(Loc, DL_Error, "division of %0 by -1 cannot be represented in type %1") in handleDivremOverflowImpl() 201 Diag(Loc, DL_Error, "division by zero"); in handleDivremOverflowImpl() 240 Diag(Loc, DL_Error, "shift exponent %0 is negative") << RHSVal; in handleShiftOutOfBoundsImpl() 242 Diag(Loc, DL_Error, "shift exponent %0 is too large for %1-bit type %2") in handleShiftOutOfBoundsImpl() [all …]
|
D | ubsan_handlers_cxx.cc | 53 Diag(Loc, DL_Error, in HandleDynamicTypeCacheMiss() 129 Diag(Loc, DL_Error, "control flow integrity check for type %0 failed during " in HandleCFIBadType()
|
D | ubsan_diag.h | 98 DL_Error, ///< An error. enumerator
|
D | ubsan_diag.cc | 346 case DL_Error: in ~Diag()
|