Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc71 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 …]
Dubsan_handlers_cxx.cc53 Diag(Loc, DL_Error, in HandleDynamicTypeCacheMiss()
129 Diag(Loc, DL_Error, "control flow integrity check for type %0 failed during " in HandleCFIBadType()
Dubsan_diag.h98 DL_Error, ///< An error. enumerator
Dubsan_diag.cc346 case DL_Error: in ~Diag()