Searched refs:DL_Error (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.cpp | 117 Diag(Loc, DL_Error, ET, "%0 null pointer of type %1") in handleTypeMismatchImpl() 121 Diag(Loc, DL_Error, ET, "%0 misaligned address %1 for type %3, " in handleTypeMismatchImpl() 127 Diag(Loc, DL_Error, ET, "%0 address %1 with insufficient space " in handleTypeMismatchImpl() 174 Diag(Loc, DL_Error, ET, in handleAlignmentAssumptionImpl() 178 Diag(Loc, DL_Error, ET, in handleAlignmentAssumptionImpl() 227 Diag(Loc, DL_Error, ET, "%0 integer overflow: " in handleIntegerOverflowImpl() 265 Diag(Loc, DL_Error, ET, in handleNegateOverflowImpl() 270 Diag(Loc, DL_Error, ET, "negation of %0 cannot be represented in type %1") in handleNegateOverflowImpl() 307 Diag(Loc, DL_Error, ET, in handleDivremOverflowImpl() 312 Diag(Loc, DL_Error, ET, "division by zero"); in handleDivremOverflowImpl() [all …]
|
| H A D | ubsan_handlers_cxx.cpp | 52 Diag(Loc, DL_Error, ET, in HandleDynamicTypeCacheMiss() 133 Diag(Loc, DL_Error, ET, in __ubsan_handle_cfi_bad_type()
|
| H A D | ubsan_diag.cpp | 358 if (Level == DL_Error) { in ~Diag() 369 case DL_Error: in ~Diag()
|
| H A D | ubsan_diag.h | 77 DL_Error, ///< An error. enumerator
|