Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
HDubsan_handlers.cpp74 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 …]
HDubsan_handlers_cxx.cpp52 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()
HDubsan_diag.cpp352 if (Level == DL_Error) { in ~Diag()
363 case DL_Error: in ~Diag()
HDubsan_diag.h97 DL_Error, ///< An error. enumerator