Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp174 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 Dubsan_handlers_cxx.cpp52 Diag(Loc, DL_Error, ET, in HandleDynamicTypeCacheMiss()
133 Diag(Loc, DL_Error, ET, in __ubsan_handle_cfi_bad_type()
H A Dubsan_diag.cpp358 if (Level == DL_Error) { in ~Diag()
369 case DL_Error: in ~Diag()
H A Dubsan_diag.h77 DL_Error, ///< An error. enumerator