Searched refs:DL_Error (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.cpp | 174 Diag(Loc, DL_Error, ET, in handleAlignmentAssumptionImpl() 178 Diag(Loc, DL_Error, ET, in handleAlignmentAssumptionImpl() 265 Diag(Loc, DL_Error, ET, in handleNegateOverflowImpl() 506 Diag(Loc, DL_Error, ET, in handleFloatCastOverflow() 537 Diag(Loc, DL_Error, ET, in handleLoadInvalidValue() 599 Diag(Loc, DL_Error, ET, in handleImplicitConversion() 629 Diag(Loc, DL_Error, ET, in handleInvalidBuiltin() 657 Diag(Loc, DL_Error, ET, in handleInvalidObjCCast() 688 Diag(Loc, DL_Error, ET, in handleNonNullReturn() 733 Diag(Loc, DL_Error, ET, in handleNonNullArg() [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
|