Searched refs:DL_Error (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| HD | ubsan_handlers.cpp | 74 Diag(Loc, DL_Error, ET, "%0 null pointer of type %1") in handleTypeMismatchImpl() 78 Diag(Loc, DL_Error, ET, "%0 misaligned address %1 for type %3, " in handleTypeMismatchImpl() 84 Diag(Loc, DL_Error, ET, "%0 address %1 with insufficient space " in handleTypeMismatchImpl() 131 Diag(Loc, DL_Error, ET, in handleAlignmentAssumptionImpl() 135 Diag(Loc, DL_Error, ET, in handleAlignmentAssumptionImpl() 184 Diag(Loc, DL_Error, ET, "%0 integer overflow: " in handleIntegerOverflowImpl() 222 Diag(Loc, DL_Error, ET, in handleNegateOverflowImpl() 227 Diag(Loc, DL_Error, ET, "negation of %0 cannot be represented in type %1") in handleNegateOverflowImpl() 264 Diag(Loc, DL_Error, ET, in handleDivremOverflowImpl() 269 Diag(Loc, DL_Error, ET, "division by zero"); in handleDivremOverflowImpl() [all …]
|
| HD | ubsan_handlers_cxx.cpp | 52 Diag(Loc, DL_Error, ET, in HandleDynamicTypeCacheMiss() 133 Diag(Loc, DL_Error, ET, in __ubsan_handle_cfi_bad_type() 181 Diag(CallLoc, DL_Error, ET, in handleFunctionTypeMismatch()
|
| HD | ubsan_diag.cpp | 352 if (Level == DL_Error) { in ~Diag() 363 case DL_Error: in ~Diag()
|
| HD | ubsan_diag.h | 97 DL_Error, ///< An error. enumerator
|